update workflow for code climate coverage

This commit is contained in:
collerek
2021-01-29 15:33:36 +01:00
parent 75c003c28d
commit 84d67f4745
3 changed files with 4 additions and 6 deletions

View File

@ -66,3 +66,7 @@ jobs:
- run: mypy --config-file mypy.ini ormar tests
- name: Upload coverage
uses: codecov/codecov-action@v1
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}