Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Oct 25, 2022
1 parent c860467 commit 77cc0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Upload Coverage
if: contains(matrix.jobname, 'Gcov') && github.repository_owner == 'QMCPACK'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ../qmcpack-build/coverage.xml
flags: tests-deterministic # optional
Expand Down

0 comments on commit 77cc0a2

Please sign in to comment.