We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6961616 commit 5bea61dCopy full SHA for 5bea61d
.github/workflows/ci_action.yml
@@ -105,13 +105,13 @@ jobs:
105
if: ${{ !matrix.full_test_suite }}
106
run: pytest -m "not sh_integration and not geopedia"
107
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
+ # - name: Upload code coverage
+ # if: ${{ matrix.full_test_suite && github.event_name == 'push' }}
+ # uses: codecov/codecov-action@v2
+ # with:
+ # files: coverage.xml
+ # fail_ci_if_error: true
+ # verbose: false
115
116
mirror-and-integration-test-on-gitlab:
117
if: github.event_name == 'push'
0 commit comments