Skip to content

Commit 51c4c3f

Browse files
Adekunle AinaAdekunle Aina
authored andcommitted
Add Codecov coverage integration
1 parent c9f97e8 commit 51c4c3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
# Run tests with coverage
2121
- run: pytest -q --cov=fastmdanalysis --cov-report=xml
2222

23-
# Upload to Codecov
23+
# Upload to Codecov (no token needed)
2424
- name: Upload coverage to Codecov
2525
uses: codecov/codecov-action@v3
2626
with:
27-
file: ./coverage.xml
28-
fail_ci_if_error: true
27+
file: ./coverage.xml

0 commit comments

Comments
 (0)