Skip to content

Commit 344d9ba

Browse files
committed
#4 Adds codecov
1 parent 6ad45df commit 344d9ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: '3.10'
1313
- name: Install dependencies
14-
run: pip install -r .
14+
run: pip install .
1515
- name: Run tests and collect coverage
1616
run: pytest --cov .
1717
- name: Upload coverage to Codecov

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
'parameterized==0.8.1',
3030
'pyparsing==3.0.6',
3131
'ipranger==1.1.2',
32-
'python-dateutil==2.8.2'
32+
'python-dateutil==2.8.2',
33+
'pytest==7.3.1',
34+
'pytest-cov==4.0.0'
3335
],
3436
include_package_data=True,
3537
)

0 commit comments

Comments
 (0)