Skip to content

Commit fffbcdd

Browse files
committed
Compute coverage report only when format is correct and tests pass
1 parent 125acff commit fffbcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
coverage:
5353
name: Code coverage
5454
runs-on: ubuntu-latest
55+
needs: [build, format]
5556

5657
steps:
5758
- name: Install gcovr

0 commit comments

Comments
 (0)