Fix CC_TEST_REPORTER_ID
This commit is contained in:
parent
dd842adcbe
commit
c601fdd4d8
3
.github/workflows/unit-tests.yml
vendored
3
.github/workflows/unit-tests.yml
vendored
|
@ -72,9 +72,10 @@ 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
|
||||
debug: true
|
||||
|
||||
tests-done:
|
||||
needs: [unit-tests]
|
||||
|
|
Loading…
Reference in a new issue