do not bother with codecov.io, it's unreliable

This commit is contained in:
Jeff Epler 2023-10-30 18:30:16 +01:00
parent 81d16e558a
commit aa4f4c0e89
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -52,15 +52,6 @@ jobs:
- name: Test
run: make coverage PYTHON=python
- name: Upload Coverage to Codecov
if: always()
uses: codecov/codecov-action@v3
env:
PYTHON: ${{ matrix.python-version }}
with:
env_vars: PYTHON
fail_ci_if_error: true
- name: Upload Coverage as artifact
if: always()
uses: actions/upload-artifact@v3