Fix CC_TEST_REPORTER_ID
This commit is contained in:
parent
dd842adcbe
commit
c56df79c19
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: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
CC_TEST_REPORTER_ID: "${{secrets.CC_TEST_REPORTER_ID}}"
|
||||
with:
|
||||
coverageLocations: .coverage.xml:coverage.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue