Skip to content

Commit

Permalink
Merge pull request #4954 from prckent/covaction
Browse files Browse the repository at this point in the history
Update codecov action
  • Loading branch information
prckent committed Apr 14, 2024
2 parents ae48913 + cbaa44a commit 8a10b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,13 @@ jobs:

- name: Upload Coverage
if: contains(matrix.jobname, 'Gcov') && github.repository_owner == 'QMCPACK'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ../qmcpack-build/coverage.xml
flags: tests-deterministic # optional
name: codecov-QMCPACK # optional
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}

macos:
runs-on: macos-13
Expand Down

0 comments on commit 8a10b61

Please sign in to comment.