We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d9bfb commit 4842d26Copy full SHA for 4842d26
1 file changed
.github/workflows/full_tests.yml
@@ -28,9 +28,4 @@ jobs:
28
pip install -e .
29
- name: Pytest
30
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
+ pytest -v
0 commit comments