Skip to content

Commit a375242

Browse files
authored
re-enable codecov (#48)
1 parent 93a3477 commit a375242

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
- id: cache-rust
7171
uses: Swatinem/rust-cache@v2
7272

73-
- run: cargo test --all-features
74-
# - uses: taiki-e/install-action@cargo-llvm-cov
75-
#
76-
# - run: cargo llvm-cov --all-features --codecov --output-path codecov.json
77-
#
78-
# - uses: codecov/codecov-action@v3
79-
# with:
80-
# files: codecov.json
81-
# env_vars: RUST_VERSION
73+
- uses: taiki-e/install-action@cargo-llvm-cov
74+
75+
- run: cargo llvm-cov --all-features --codecov --output-path codecov.json
76+
77+
- uses: codecov/codecov-action@v3
78+
with:
79+
token: ${{ secrets.CODECOV_TOKEN }}
80+
files: codecov.json
81+
env_vars: RUST_VERSION
8282

8383
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
8484
check:

0 commit comments

Comments
 (0)