Skip to content

Commit 737ae17

Browse files
committed
codecov
1 parent 1748029 commit 737ae17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: test
2626
run: |
2727
pytest --cov=covertable --cov-report=xml
28+
codecov
2829
- name: codecov
2930
uses: codecov/codecov-action@v3
3031
with:

python/ci_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pytest
22
pytest-cov
3+
codecov
34
build
45
twine

0 commit comments

Comments
 (0)