Skip to content

Commit e9d7738

Browse files
authored
Merge pull request #140 from jwodder/dependabot/github_actions/codecov/codecov-action-4
[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
2 parents 2737573 + 317dd4f commit e9d7738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ jobs:
9090
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
9191

9292
- name: Upload coverage to Codecov
93-
uses: codecov/codecov-action@v3
93+
uses: codecov/codecov-action@v4
9494
with:
9595
files: lcov.info
9696
fail_ci_if_error: false
97+
token: ${{ secrets.CODECOV_TOKEN }}
9798

9899
lint:
99100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)