Skip to content

Commit

Permalink
Fix indentation in local_unit_test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmullane committed Jul 26, 2021
1 parent db558b0 commit f407310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Calculate coverage
run: make lcov | tee lcov_out.txt

- name: Confirm 100% line coverage
- name: Confirm 100% line coverage
run: |
if [[ `grep -A 3 "Overall coverage rate" lcov_out.txt | grep lines` != *"100.0%"* ]]; then
grep -A 3 "Overall coverage rate" lcov_out.txt
Expand Down

0 comments on commit f407310

Please sign in to comment.