Skip to content

Commit 30138ac

Browse files
authored
Merge pull request #809 from RasmusOrsoe/fix_documentation_workflow
Fix coverage upload to CodeClimate
2 parents b126d65 + 4f3e627 commit 30138ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,11 @@ jobs:
132132
run: |
133133
git config --global --add safe.directory /__w/graphnet/graphnet
134134
- name: Publish code coverage
135-
uses: paambaati/codeclimate-action@v3.0.0
135+
uses: paambaati/codeclimate-action@v9.0.0
136136
if: needs.check-codeclimate-credentials.outputs.has_credentials == 'true'
137137
env:
138138
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TEST_REPORTER_ID }}
139-
with:
140-
coverageCommand: coverage report
139+
with:
141140
coverageLocations: coverage.xml:coverage.py
142141

143142

0 commit comments

Comments
 (0)