Skip to content

Commit

Permalink
Tweaks to make coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 5, 2024
1 parent 5e390a6 commit cd459fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test:
coverage:
rm -f gcov/*.gcda gcov/*.gcno .coverage
mkdir -p gcov
cd gcov && gcc -coverage -o ../bin/vplanet ../src/*.c -lm
gcc -coverage -o bin/vplanet src/*.c -lm
python -m pytest --tb=short tests --junitxml=junit/test-results.xml
lcov --capture --directory gcov --output-file .coverage
genhtml .coverage --output-directory gcov/html
Expand Down

0 comments on commit cd459fc

Please sign in to comment.