We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b37f commit 79d3eaeCopy full SHA for 79d3eae
.github/workflows/code-climate.yml
@@ -28,6 +28,8 @@ jobs:
28
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
29
chmod +x ./cc-test-reporter
30
./cc-test-reporter before-build
31
+ env:
32
+ CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
33
34
- name: Run tests
35
run: tox -e tests
@@ -37,3 +39,5 @@ jobs:
37
39
run: |
38
40
coverage xml -o coverage.xml
41
./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code 0
42
43
0 commit comments