Skip to content

Commit

Permalink
display gcovr version to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
naaando committed Dec 5, 2023
1 parent dd63320 commit ce5fa1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ cp /usr/share/vala-0.56/vapi/glib-2.0.vapi build/unit.p
cd build/unit.p
find ./ -type f -name "*.c" -exec cp {} . \;

gcovr --version

gcovr -r $ROOT --txt --sonarqube -o $ROOT/build/meson-logs/ --gcov-ignore-errors=all

cat $ROOT/build/meson-logs/coverage.txt

0 comments on commit ce5fa1e

Please sign in to comment.