File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments