Skip to content

Commit

Permalink
simplier tarpaulin command
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 1, 2024
1 parent 3f3dc85 commit 4d8b2e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
env:
RUST_BACKTRACE: 1
run: |
cargo tarpaulin --release --features fast-runtime --fail-under 10 \
--no-fail-fast --workspace --timeout 3600 --engine llvm \
--exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html
# cargo tarpaulin --release --features fast-runtime --fail-under 10 \
# --no-fail-fast --workspace --timeout 3600 --engine llvm \
# --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html
cargo tarpaulin --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml
ls -la
# UPLOAD REPORTS (requires cargo 1.70.0)
Expand All @@ -46,5 +47,5 @@ jobs:
# files: ./coverage1.xml,./coverage2.xml # optional
# flags: unittests # optional
# name: codecov-umbrella # optional
# fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 4d8b2e1

Please sign in to comment.