Skip to content

Commit

Permalink
fixing dev/ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Spiess-Knafl committed Mar 11, 2015
1 parent 10628f9 commit 1248340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ valgrind --leak-check=full --xml=yes --xml-file=../reports/valgrind.xml ./bin/un


echo "Generating coverage report"
gcovr -x -r .. > reports/coverage.xml
gcovr -x -r .. > ../reports/coverage.xml
gcovr -r .. --html --html-details -o ../reports/coverage.html

echo "Generating cppcheck report"
Expand Down

0 comments on commit 1248340

Please sign in to comment.