Skip to content

Commit 689894f

Browse files
authored
chore: enable codecov comment on PRs (#321)
* enable PR comments from codecov * use the latest codecov action
1 parent fd128cf commit 689894f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
comment: off
2-
31
coverage:
42
status:
53
project: yes

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,9 @@ jobs:
453453
run: |
454454
sudo pip install yamllint
455455
yamllint --strict .github/workflows
456-
- uses: codecov/codecov-action@v2
456+
- uses: codecov/codecov-action@v5
457+
env:
458+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
457459

458460
lint:
459461
name: Run linting and formatting check

0 commit comments

Comments
 (0)