Skip to content

Commit bd7bc9f

Browse files
Set correct location for coverage.xml.
1 parent 3e4fa2a commit bd7bc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
- name: Upload coverage to Codecov
6969
uses: codecov/codecov-action@v1.0.10
7070
with:
71-
file: ./coverage.xml
71+
file: ./empty/coverage.xml
7272
flags: unittests
7373
env_vars: PYTHON_VERSION,PANDAS_VERSION_STR

0 commit comments

Comments
 (0)