Skip to content
Snippets Groups Projects
Commit 72f9a67c authored by murgatroid99's avatar murgatroid99
Browse files

Fix path where we check for ruby coverage report

parent dadf6ba8
No related branches found
No related tags found
No related merge requests found
...@@ -43,4 +43,4 @@ genhtml $tmp2 --output-directory $out ...@@ -43,4 +43,4 @@ genhtml $tmp2 --output-directory $out
rm $tmp2 rm $tmp2
rm $tmp1 rm $tmp1
cp -rv $root/src/ruby/coverage $root/reports/ruby cp -rv $root/coverage $root/reports/ruby
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment