Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit f94c2dc

Browse files
committed
Added condition to coverage report in ci
1 parent 2bb9a3a commit f94c2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- name: Send coverage report to codeclimate
7676
env:
7777
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
78+
if: ${{ env.CC_TEST_REPORTER_ID != null }}
7879
run: |
7980
set -ex
8081

0 commit comments

Comments
 (0)