Skip to content

Commit

Permalink
add debugger to code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
447011 committed Mar 6, 2022
1 parent 4e73957 commit 70c5d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: Publish code coverage to code climate
if: ${{env.CODE_CLIMATE_TEST_REPORTER_ID}}
uses: paambaati/codeclimate-action@v3.0.0
with:
debug: true
env:
CC_TEST_REPORTER_ID: ${{env.CODE_CLIMATE_TEST_REPORTER_ID}}

0 comments on commit 70c5d12

Please sign in to comment.