Skip to content

Commit

Permalink
Merge pull request #738 from tlsfuzzer/codeclimate-fix
Browse files Browse the repository at this point in the history
fix codeclimate for 3rd party PRs
  • Loading branch information
tomato42 committed Feb 9, 2021
2 parents b30e403 + 041f814 commit 149d81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
- name: Publish coverage to CodeClimate
if: ${{ contains(matrix.opt-deps, 'codeclimate') }}
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
CC_TEST_REPORTER_ID: 1b11fe8cca47f31f58c5d27de82688a26bbcb432bfa3607d561b816489bed9bd
run: |
coverage xml
./cc-test-reporter after-build
Expand Down

0 comments on commit 149d81b

Please sign in to comment.