Skip to content

Commit

Permalink
#4 Adds codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bytebutcher committed Jul 3, 2023
1 parent 6ad45df commit 344d9ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r .
run: pip install .
- name: Run tests and collect coverage
run: pytest --cov .
- name: Upload coverage to Codecov
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
'parameterized==0.8.1',
'pyparsing==3.0.6',
'ipranger==1.1.2',
'python-dateutil==2.8.2'
'python-dateutil==2.8.2',
'pytest==7.3.1',
'pytest-cov==4.0.0'
],
include_package_data=True,
)

0 comments on commit 344d9ba

Please sign in to comment.