Skip to content

Commit

Permalink
Adjust branch coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 17, 2024
1 parent 45401d2 commit 409d2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
coverage-file: ./build/coverage.info
line-coverage-min: 100
branch-coverage-min: 90
branch-coverage-min: 92

- name: Archive Test Results
if: steps.build-unit-tests.outcome == 'success'
Expand Down

0 comments on commit 409d2b5

Please sign in to comment.