There was an error while loading. Please reload this page.
1 parent d009e19 commit 2f9abc0Copy full SHA for 2f9abc0
1 file changed
.github/workflows/codecov.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install .
31
32
- name: Run tests and collect coverage
33
- run: pytest --cov=./mwtab --cov-report=xml
+ run: pytest --cov=mwtab --cov-report=xml
34
35
# codecov
36
- name: "Upload coverage to Codecov"
0 commit comments