Skip to content

Commit 82efc86

Browse files
authored
Remove CodeCov upload from CI (#1357)
1 parent 764790f commit 82efc86

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/codecov.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ jobs:
9898
run: |
9999
RUNNER_TEST_IMAGE_NAME=ansible-runner-gha${{ github.run_id }}-event-test tox
100100
101-
- name: Upload coverage report
102-
uses: codecov/codecov-action@v3
103-
with:
104-
files: test/coverage/reports/coverage.xml
105-
flags: ${{ matrix.py_version.tox_env }}
106-
fail_ci_if_error: true
107-
verbose: true
108-
109101
110102
unit:
111103
name: Unit - ${{ matrix.py_version.name}}
@@ -149,11 +141,3 @@ jobs:
149141

150142
- name: Run tests
151143
run: tox
152-
153-
- name: Upload coverage report
154-
uses: codecov/codecov-action@v3
155-
with:
156-
files: test/coverage/reports/coverage.xml
157-
flags: ${{ matrix.py_version.tox_env }}
158-
fail_ci_if_error: true
159-
verbose: true

0 commit comments

Comments
 (0)