We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a3477 commit a375242Copy full SHA for a375242
.github/workflows/ci.yml
@@ -70,15 +70,15 @@ jobs:
70
- id: cache-rust
71
uses: Swatinem/rust-cache@v2
72
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
+ - uses: taiki-e/install-action@cargo-llvm-cov
+
+ - run: cargo llvm-cov --all-features --codecov --output-path codecov.json
+ - uses: codecov/codecov-action@v3
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: codecov.json
+ env_vars: RUST_VERSION
82
83
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
84
check:
0 commit comments