We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba2b058 + d86aba9 commit a6cde37Copy full SHA for a6cde37
.github/workflows/ci.yml
@@ -318,7 +318,10 @@ jobs:
318
- name: Publish coverage to Codeclimate
319
if: ${{ contains(matrix.opt-deps, 'codeclimate') }}
320
env:
321
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ # yes, one could argue that making even a "write-only" token public is bad practice
322
+ # but it's practice that the codeclimate explicitly supports:
323
+ # https://docs.codeclimate.com/docs/finding-your-test-coverage-token#should-i-keep-my-test-reporter-id-secret
324
+ CC_TEST_REPORTER_ID: 192c24c0112eddbedbb0570c7e0111858061be407451b285e27b5a43f70b99d8
325
run: |
326
coverage xml
327
./cc-test-reporter after-build
0 commit comments