Skip to content

Commit cd4e0af

Browse files
committed
ci: revert Codecov gating; restore original step name
1 parent 3c1a15e commit cd4e0af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Test with pytest
3737
run: pytest
3838

39-
- name: Upload coverage to Codecov
40-
if: github.event_name == 'push'
39+
- name: Comment coverage
4140
uses: codecov/codecov-action@v4
4241
with:
4342
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)