Skip to content

Commit

Permalink
remove codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Sep 27, 2024
1 parent d50b7e2 commit 50da4a2
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 @@ -103,10 +103,10 @@ jobs:
run: |
pytest -m "not sh_integration"
- 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

0 comments on commit 50da4a2

Please sign in to comment.