Skip to content

Commit

Permalink
re-enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Sep 18, 2024
1 parent 523c980 commit ba26422
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
- id: cache-rust
uses: Swatinem/rust-cache@v2

- run: cargo test --all-features
# - 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:
# files: codecov.json
# 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

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

0 comments on commit ba26422

Please sign in to comment.