Skip to content

Commit

Permalink
Separate to see failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 26, 2024
1 parent 0c959e3 commit 3a25d20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,11 @@ jobs:
cargo test --workspace --all-features --release
pytest --cov=chia_rs --cov-report lcov
- name: Output Rust coverage
run: cargo llvm-cov --no-run --lcov --output-path rust.lcov

- name: Combine coverage files
run: |
cargo llvm-cov --no-run --lcov --output-path rust.lcov
lcov -a rust.lcov -a coverage.lcov -o combined.lcov
run: lcov -a rust.lcov -a coverage.lcov -o combined.lcov

- name: Upload Rust to Coveralls
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 3a25d20

Please sign in to comment.