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
|
- name: Upload coverage to codeclimate
|
||||||
uses: paambaati/codeclimate-action@v8.0.0
|
uses: paambaati/codeclimate-action@v8.0.0
|
||||||
env:
|
env:
|
||||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
CC_TEST_REPORTER_ID: "${{secrets.CC_TEST_REPORTER_ID}}"
|
||||||
with:
|
with:
|
||||||
coverageLocations: .coverage.xml:coverage.py
|
coverageLocations: .coverage.xml:coverage.py
|
||||||
|
debug: true
|
||||||
|
|
||||||
tests-done:
|
tests-done:
|
||||||
needs: [unit-tests]
|
needs: [unit-tests]
|
||||||
|
|
Loading…
Reference in a new issue