diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 260feb1aa..8bf9dae7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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