Skip to content

Commit 716414c

Browse files
authored
Merge pull request #2 from tatilimongi/Codecov
chore: fix codecov.yml configuration for coverage reporting
2 parents f14f798 + ab83cc8 commit 716414c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codecov.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ jobs:
3333
- name: Run tests with coverage
3434
run: pytest --cov=. tests/
3535

36-
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v3
38-
with:
39-
flags: unittests
36+
- name: Upload coverage reports to Codecov
37+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)