We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ae986 + 5b0749f commit bc0ee48Copy full SHA for bc0ee48
1 file changed
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
coverage run --source=watergrid -m unittest discover -s test -p '*.py'
94
coverage xml -o coverage.xml
95
- name: Submit coverage report
96
- uses: paambaati/codeclimate-action@v3.2.0
+ uses: paambaati/codeclimate-action@v4.0.0
97
env:
98
CC_TEST_REPORTER_ID: 29a27fc4eb61dd439f58c906409779d64a5a760a37b8b118a643959621727e3d
99
with:
0 commit comments