Skip to content

Commit

Permalink
feat: added Upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
iharvarauka committed Sep 24, 2024
1 parent 18f9343 commit e25ee19
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- name: coverage
- name: Generate code coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10 --verbose --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

0 comments on commit e25ee19

Please sign in to comment.