Skip to content

Commit 4842d26

Browse files
committed
Remove codecov
1 parent 30d9bfb commit 4842d26

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/full_tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ jobs:
2828
pip install -e .
2929
- name: Pytest
3030
run: |
31-
pytest --cov=probeinterface --cov-report xml:./coverage.xml
32-
- uses: codecov/codecov-action@v3
33-
with:
34-
token: ${{ secrets.CODECOV_TOKEN }}
35-
fail_ci_if_error: true
36-
file: ./coverage.xml
31+
pytest -v

0 commit comments

Comments
 (0)