Skip to content

Commit

Permalink
Generate LCOV output for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Mar 25, 2024
1 parent 064e6d2 commit f1ac212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .run/commands/pytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ command_pytest() {
if [ $coverage == "yes" ]; then
poetry_run coverage run -m pytest --testdox --force-testdox $color tests
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 f1ac212

Please sign in to comment.