Skip to content

Commit 0cdd8ef

Browse files
committed
Pass CC_TEST_REPORTER_ID
1 parent 9c595c7 commit 0cdd8ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
bundle exec rake
2828
- name: Send coverage results
2929
if: "matrix.coverage == 'true'"
30+
env:
31+
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
3032
run: bundle exec codeclimate-test-reporter
3133

3234
tests-others:

0 commit comments

Comments
 (0)