Skip to content

Commit

Permalink
enable DEBUG env var in tests for higher coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Sep 30, 2022
1 parent 160c7d3 commit d977e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Unit tests
run: python -m pytest --cov
env:
DEBUG: true

- name: Coverage report
if: matrix.os == 'ubuntu-latest' && matrix.python == '3.10'
Expand Down

0 comments on commit d977e3c

Please sign in to comment.