We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b0d2e commit c5d4cd9Copy full SHA for c5d4cd9
1 file changed
.github/workflows/unittest.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
21
- run: pip install . coverage codecov
+ run: pip install . coverage
22
- name: Test
23
run: cd tests && coverage run --source=../dpti -m unittest && cd .. && coverage combine tests/.coverage && coverage report
24
- - run: codecov
+ - uses: codecov/codecov-action@v3
0 commit comments