We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40e575 commit 9a6ea6dCopy full SHA for 9a6ea6d
1 file changed
.github/workflows/test.yml
@@ -67,7 +67,6 @@ jobs:
67
run: uvx hatch -v env create ${{ matrix.name }}
68
69
- name: Run tests (coverage)
70
- if: matrix.test-type == 'coverage'
71
run: uvx hatch run ${{ matrix.name }}:run-cov --cov --cov-report=xml
72
73
- name: Archive figures generated during testing
@@ -83,7 +82,6 @@ jobs:
83
82
token: ${{ secrets.CODECOV_TOKEN }}
84
env_vars: ENV_NAME
85
fail_ci_if_error: true
86
- files: test-data/coverage.xml
87
88
check:
89
if: always()
0 commit comments