Skip to content

Commit

Permalink
Do not upload to Codecov through a GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed May 13, 2024
1 parent 94d9086 commit b8ba028
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -27,11 +27,6 @@ jobs:
python -m pip install coverage
coverage run --source=reframe ./test_reframe.py
coverage report -m
- name: Upload Coverage to Codecov
if: matrix.python-version == '3.8'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
unittest-py36:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit b8ba028

Please sign in to comment.