Skip to content

Commit

Permalink
Don't upload code coverage to Codecov
Browse files Browse the repository at this point in the history
* master branch coverage wasn't updated already a long time (requires
  token)
* and I can't see codecov interface without proxy :)
  • Loading branch information
skirpichev committed Oct 13, 2024
1 parent 2276358 commit 29aebd3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pip_install_gmpy2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
PYTHONPATH=`pwd`/gmpy2 python test_cython/runtests.py
lcov --capture --directory . --no-external --output-file build/coverage.info
genhtml build/coverage.info --output-directory build/coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
gcov: true
gcov_include: src/*.c
gcov_args: --no-external
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
- name: Archive build artifacts
uses: actions/upload-artifact@v4
if: matrix.python-version == 3.11
Expand Down

0 comments on commit 29aebd3

Please sign in to comment.