Skip to content
Snippets Groups Projects
Commit eced528e authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #4846 from murgatroid99/ruby_coverage_reporting

Fix path where we check for ruby coverage report
parents 1a76146c 72f9a67c
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