Skip to content

Commit

Permalink
disable codecov bot until a solution is found (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic authored Apr 26, 2024
1 parent 6961616 commit 5bea61d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
if: ${{ !matrix.full_test_suite }}
run: pytest -m "not sh_integration and not geopedia"

- 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
# - 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

mirror-and-integration-test-on-gitlab:
if: github.event_name == 'push'
Expand Down

0 comments on commit 5bea61d

Please sign in to comment.