Skip to content

Commit

Permalink
Merge pull request reframe-hpc#3188 from vkarak/ci/remove-upload-codecov
Browse files Browse the repository at this point in the history
[ci] Do not upload to Codecov through a GH action
  • Loading branch information
vkarak authored May 8, 2024
2 parents ea5f414 + 5ebe4c8 commit 9084af9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 9084af9

Please sign in to comment.