Skip to content

Commit 5bea61d

Browse files
authored
disable codecov bot until a solution is found (#788)
1 parent 6961616 commit 5bea61d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
if: ${{ !matrix.full_test_suite }}
106106
run: pytest -m "not sh_integration and not geopedia"
107107

108-
- name: Upload code coverage
109-
if: ${{ matrix.full_test_suite && github.event_name == 'push' }}
110-
uses: codecov/codecov-action@v2
111-
with:
112-
files: coverage.xml
113-
fail_ci_if_error: true
114-
verbose: false
108+
# - name: Upload code coverage
109+
# if: ${{ matrix.full_test_suite && github.event_name == 'push' }}
110+
# uses: codecov/codecov-action@v2
111+
# with:
112+
# files: coverage.xml
113+
# fail_ci_if_error: true
114+
# verbose: false
115115

116116
mirror-and-integration-test-on-gitlab:
117117
if: github.event_name == 'push'

0 commit comments

Comments
 (0)