Skip to content

Commit

Permalink
Increase coverage thresholds (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 authored Mar 16, 2024
1 parent 8bbc9e2 commit 8b7bcfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/02-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
PCAP_CI_COV_CMD: >-
python3 .github/scripts/coverage.py
--coverage-file ./target/debug/coverage/coverage.json
PCAP_CI_COV_FAIL_UNDER_NO_FEATURES: ${{ contains(inputs.os, 'windows') && '79.00' || '100.00' }}
PCAP_CI_COV_FAIL_UNDER_ALL_FEATURES: ${{ contains(inputs.os, 'windows') && '73.00' || '95.00' }}
PCAP_CI_COV_FAIL_UNDER_NO_FEATURES: ${{ contains(inputs.os, 'windows') && '80.00' || '100.00' }}
PCAP_CI_COV_FAIL_UNDER_ALL_FEATURES: ${{ contains(inputs.os, 'windows') && '75.00' || '96.00' }}

jobs:
coverage:
Expand Down

0 comments on commit 8b7bcfe

Please sign in to comment.