Skip to content

Commit 2f9abc0

Browse files
committed
Update codecov.yml
Trying to troubleshoot. Message said that the reports couldn't be generated because "./mwtab" was never imported.
1 parent d009e19 commit 2f9abc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install .
3131
3232
- name: Run tests and collect coverage
33-
run: pytest --cov=./mwtab --cov-report=xml
33+
run: pytest --cov=mwtab --cov-report=xml
3434

3535
# codecov
3636
- name: "Upload coverage to Codecov"

0 commit comments

Comments
 (0)