Skip to content

Commit 9a6ea6d

Browse files
committed
don't specify .xml
1 parent f40e575 commit 9a6ea6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
run: uvx hatch -v env create ${{ matrix.name }}
6868

6969
- name: Run tests (coverage)
70-
if: matrix.test-type == 'coverage'
7170
run: uvx hatch run ${{ matrix.name }}:run-cov --cov --cov-report=xml
7271

7372
- name: Archive figures generated during testing
@@ -83,7 +82,6 @@ jobs:
8382
token: ${{ secrets.CODECOV_TOKEN }}
8483
env_vars: ENV_NAME
8584
fail_ci_if_error: true
86-
files: test-data/coverage.xml
8785

8886
check:
8987
if: always()

0 commit comments

Comments
 (0)