collerek
2021-04-23 15:45:35 +02:00
parent ecd613d486
commit 638af9ad4c
7 changed files with 18 additions and 8 deletions

View File

@ -69,5 +69,6 @@ jobs:
uses: codecov/codecov-action@v1
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.7.5
if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}