Use code-climate report id from github secrets
This commit is contained in:
parent
43fe0312ec
commit
dd842adcbe
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: Upload coverage to codeclimate
|
||||
uses: paambaati/codeclimate-action@v8.0.0
|
||||
env:
|
||||
CC_TEST_REPORTER_ID: 0ec6191ea237656410b90dded9352a5b16d68f8d86d60ea8944abd41d532e869
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
with:
|
||||
coverageLocations: .coverage.xml:coverage.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue