Skip to content

Commit

Permalink
testing coverage missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
skarakuzu committed Feb 24, 2025
1 parent 791af91 commit e85fa1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
coverage run -m pytest -v
coverage report
#coverage run -m pytest -v
#coverage report -m
pytest --cov --cov-report term-missing
env:
# Provide test suite with a PostgreSQL database to use.
TILED_TEST_POSTGRESQL_URI: postgresql://postgres:secret@localhost:5432
Expand Down

0 comments on commit e85fa1b

Please sign in to comment.