Skip to content

Commit a57aee1

Browse files
committed
fix codecov
1 parent 7091e11 commit a57aee1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
run: |
3030
pytest --cov=src --cov-report=xml
3131
32-
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v4
32+
- name: Upload coverage reports to Codecov
33+
uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
36-
files: ./coverage.xml
37-
flags: unittests
38-
name: codecov-coverage
36+
slug: leftkats/DataPytheon

0 commit comments

Comments
 (0)