Skip to content

Commit

Permalink
Fix #2442, Update code coverage mimimums
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 22, 2023
1 parent c1aa16a commit bb0bfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
- name: Confirm Minimum Coverage
run: |
missed_branches=52
missed_lines=18
missed_branches=51
missed_lines=17
branch_nums=$(grep -A 3 "Overall coverage rate" lcov_out.txt | grep branches | grep -oP "[0-9]+[0-9]*")
line_nums=$(grep -A 3 "Overall coverage rate" lcov_out.txt | grep lines | grep -oP "[0-9]+[0-9]*")
Expand Down

0 comments on commit bb0bfe3

Please sign in to comment.