Skip to content

Commit f407310

Browse files
committed
Fix indentation in local_unit_test
1 parent db558b0 commit f407310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/local_unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Calculate coverage
3333
run: make lcov | tee lcov_out.txt
34-
35-
- name: Confirm 100% line coverage
34+
35+
- name: Confirm 100% line coverage
3636
run: |
3737
if [[ `grep -A 3 "Overall coverage rate" lcov_out.txt | grep lines` != *"100.0%"* ]]; then
3838
grep -A 3 "Overall coverage rate" lcov_out.txt

0 commit comments

Comments
 (0)