Skip to content

Commit

Permalink
Enable unit test coverage checking
Browse files Browse the repository at this point in the history
Enables `cover` tox env when creating PRs.
  • Loading branch information
Dany9966 committed Apr 22, 2024
1 parent b0c8dbf commit e98aeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Run unit tests with tox
shell: bash
run: |
tox -e py3,pep8 -v
tox -e py3,pep8,cover -v
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 4.0.2
envlist = py3,pep8
envlist = py3,pep8,cover
skipsdist = True

[testenv]
Expand Down

0 comments on commit e98aeab

Please sign in to comment.