Skip to content

Commit c5d4cd9

Browse files
authored
fix codecov (#31)
Codecov python package is deprecated does not work any more. This patch migrates it to another version.
1 parent c4b0d2e commit c5d4cd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
21-
run: pip install . coverage codecov
21+
run: pip install . coverage
2222
- name: Test
2323
run: cd tests && coverage run --source=../dpti -m unittest && cd .. && coverage combine tests/.coverage && coverage report
24-
- run: codecov
24+
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)