Fix CC_TEST_REPORTER_ID
This commit is contained in:
parent
dd842adcbe
commit
3d81e7737e
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -72,7 +72,7 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue