bump codecov version

This commit is contained in:
collerek
2022-10-18 10:25:16 +02:00
parent 6d75e908bc
commit 05ca809956

View File

@ -67,7 +67,7 @@ jobs:
run: bash scripts/test.sh run: bash scripts/test.sh
- run: mypy ormar tests - run: mypy ormar tests
- name: Upload coverage - name: Upload coverage
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3.1.0
- name: Test & publish code coverage - name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.1.0 uses: paambaati/codeclimate-action@v3.1.0
if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'