We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd128cf commit 689894fCopy full SHA for 689894f
.codecov.yml
@@ -1,5 +1,3 @@
1
-comment: off
2
-
3
coverage:
4
status:
5
project: yes
.github/workflows/ci.yml
@@ -453,7 +453,9 @@ jobs:
453
run: |
454
sudo pip install yamllint
455
yamllint --strict .github/workflows
456
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v5
457
+ env:
458
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
459
460
lint:
461
name: Run linting and formatting check
0 commit comments