Skip to content

Commit

Permalink
feat: --fail-under 15
Browse files Browse the repository at this point in the history
  • Loading branch information
iharvarauka committed Sep 24, 2024
1 parent 21742af commit 2cd075a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: coverage

on: [push, pull_request]

env:
RUST_BACKTRACE: 1

jobs:
coverage:
runs-on: ubuntu-24.04
Expand All @@ -26,7 +23,7 @@ jobs:
- name: Generate code coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10 --all-features --workspace --timeout 120 --out xml
cargo tarpaulin --engine llvm --fail-under=15
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 2cd075a

Please sign in to comment.