Skip to content

Commit b4e1282

Browse files
committed
Undercover added to CI
1 parent 09195dd commit b4e1282

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,7 @@ jobs:
135135
if: github.ref == 'refs/heads/main'
136136
run: ./cc-test-reporter upload-coverage
137137
env:
138-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
138+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
139+
140+
- name: Check code changes coverage
141+
run: run ./bin/undercover

0 commit comments

Comments
 (0)