Skip to content

Commit ca38308

Browse files
tomwhitemergify[bot]
authored andcommitted
Use Codecov GitHub action since the PyPi package has been removed
1 parent ff972a3 commit ca38308

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
pytest -v --cov=sgkit --cov-report=term-missing
5050
- name: Upload coverage to Codecov
51-
env:
52-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
53-
run: |
54-
codecov
51+
uses: codecov/codecov-action@v3
52+
with:
53+
token: ${{ secrets.CODECOV_TOKEN }}

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
callee
2-
codecov
32
pre-commit
43
pytest
54
pytest-cov

0 commit comments

Comments
 (0)