Skip to content

Commit

Permalink
Remove CodeCov upload from CI (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews authored Apr 30, 2024
1 parent 2ca9768 commit cd5e4fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .github/codecov.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ jobs:
- name: Run integration tests (including destructive)
run: tox --skip-pkg-install -- --run-destructive

- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
files: test/coverage/reports/coverage.xml
flags: ${{ matrix.py_version.tox_env }}
fail_ci_if_error: false
verbose: true

unit:
name: Unit - ${{ matrix.py_version.name}}
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -131,11 +123,3 @@ jobs:

- name: Run tests
run: tox --skip-pkg-install

- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
files: test/coverage/reports/coverage.xml
flags: ${{ matrix.py_version.tox_env }}
fail_ci_if_error: false
verbose: true

0 comments on commit cd5e4fa

Please sign in to comment.