Skip to content

Commit

Permalink
Generate .coverage.lcov file for coverage.io
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Mar 25, 2024
1 parent 55a16b5 commit 6dc81fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .run/tasks/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ task_test() {
if [ $coverage == "yes" ]; then
poetry_run coverage run -m unittest discover -s tests -t tests $verbose $pattern
poetry_run coverage report
poetry_run coverage lcov -o .coverage.lcov
if [ $html == "yes" ]; then
poetry_run coverage html -d .htmlcov
run_command openfile .htmlcov/index.html
Expand Down

0 comments on commit 6dc81fc

Please sign in to comment.