Skip to content

Commit

Permalink
Remove CodeCov upload from CI (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews committed Apr 30, 2024
1 parent 764790f commit 82efc86
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 @@ -98,14 +98,6 @@ jobs:
run: |
RUNNER_TEST_IMAGE_NAME=ansible-runner-gha${{ github.run_id }}-event-test tox
- 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: true
verbose: true

unit:
name: Unit - ${{ matrix.py_version.name}}
Expand Down Expand Up @@ -149,11 +141,3 @@ jobs:

- name: Run tests
run: tox

- 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: true
verbose: true

0 comments on commit 82efc86

Please sign in to comment.