Change back to codecov (#2363)

This commit is contained in:
Adam Hopkins
2022-01-09 12:22:09 +02:00
committed by GitHub
parent 101151b419
commit 8b0eaa097c
12 changed files with 311 additions and 69 deletions

View File

@@ -20,7 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
@@ -29,9 +28,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox
- uses: paambaati/codeclimate-action@v2.5.3
if: always()
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE }}
- name: Run coverage
run: tox -e coverage
- uses: codecov/codecov-action@v2
with:
coverageCommand: tox -e coverage
files: ./coverage.xml
fail_ci_if_error: false