Skip to content

Commit

Permalink
add pytest cov to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Jan 4, 2023
1 parent 7ff0b2e commit 54fdfdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def initialize_options(self) -> None:
]

pytest_dependencies = [
'pytest'
'pytest',
'pytest-cov'
]

itest_dependencies = [
Expand Down

0 comments on commit 54fdfdb

Please sign in to comment.