Skip to content

Commit 80a603c

Browse files
committed
chore: update coverage workflow
1 parent 3511c1f commit 80a603c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,9 @@ jobs:
175175
run: RUST_BACKTRACE=1 cargo llvm-cov -j 2 --workspace --lcov --output-path lcov.info
176176

177177
- name: Upload coverage to Codecov
178-
uses: codecov/codecov-action@v5
178+
uses: codecov/codecov-action@v3
179179
with:
180+
token: ${{ secrets.CODECOV_TOKEN }}
180181
files: lcov.info
181182
fail_ci_if_error: true
182183
verbose: true
183-
env:
184-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)