do not bother with codecov.io, it's unreliable
This commit is contained in:
parent
81d16e558a
commit
aa4f4c0e89
1 changed files with 0 additions and 9 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue