Skip to content

Commit

Permalink
Merge pull request #487 from skirpichev/use-codecov-action-v4
Browse files Browse the repository at this point in the history
Use codecov-action v4
  • Loading branch information
casevh committed Jun 28, 2024
2 parents 1c0d4f3 + 374b37f commit 3215253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip_install_gmpy2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ jobs:
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@v3
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 3215253

Please sign in to comment.