Skip to content

Commit f045361

Browse files
committed
TST: check tweak
1 parent 978cbbf commit f045361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
mkdir new_dir
113113
cd new_dir
114114
115-
pytest ../tests -v --cov-report xml
116-
mv coverage.xml ../.
115+
pytest ../tests -v --cov --cov-report xml:coverage.xml
116+
mv coverage.xml ../coverage.xml
117117
118118
- name: Run unit and integration tests on Windows
119119
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)