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