Skip to content

Commit

Permalink
build: upload coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
caelansar committed Dec 15, 2023
1 parent 784ec52 commit 9366a28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
- name: Lint rust sources
run: cargo clippy --all-features -- -D warnings
- name: Collect coverage data
run: cargo llvm-cov nextest --features vm
run: cargo llvm-cov --locked --all-features --workspace --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit 9366a28

Please sign in to comment.