Skip to content

Commit 8d56f06

Browse files
committed
Set Codecov token
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 865fe7c commit 8d56f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3232

3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
files: lcov.info
3737
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)