Skip to content

Commit b14ebcc

Browse files
committed
ci: fix coverage
1 parent 932bf21 commit b14ebcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Upload coverage to Codecov
3434
uses: codecov/[email protected]
3535
with:
36-
files: codecov.json
3736
fail_ci_if_error: true
38-
env:
39-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37+
files: codecov.json
38+
slug: bytesize-rs/bytesize
39+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)