Skip to content

Commit 991a082

Browse files
committed
fix: CI?
1 parent 972baa7 commit 991a082

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.coverage

0 Bytes
Binary file not shown.

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
directory: ./coverage/reports/
6767
env_vars: OS,PYTHON
6868
fail_ci_if_error: true
69-
files: ./coverage1.xml,./coverage2.xml,!./cache
69+
files: ./coverage.xml,./coverage2.xml,!./cache
7070
flags: unittests
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
name: codecov-umbrella

junit.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ deps =
99
allowlist_externals = pytest
1010

1111
commands =
12-
pytest --cov --junitxml=junit.xml
12+
pytest --cov --junitxml=codecov.xml

0 commit comments

Comments
 (0)