Skip to content

Commit

Permalink
Remove unused codecov files. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Oct 24, 2023
1 parent 8b8dc7f commit b9f5c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ cp -a $WORKSPACE/build/*.json $WORKSPACE/result/

cd ..

gcovr -r . -f='src/' -f='include/' --html -o ./result/coverage.html
gcovr -r . -f='src/' -f='include/' --xml-pretty -o ./result/coverage.xml

rm -rf build
Expand Down
1 change: 0 additions & 1 deletion update_baseline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

if [[ $1 == "1" ]]; then
mkdir -p result
gcovr -r . -f='src/' -f='include/' --html -o ./result/coverage.html
gcovr -r . -f='src/' -f='include/' --xml-pretty -o ./result/coverage.xml
fi

Expand Down

0 comments on commit b9f5c38

Please sign in to comment.