Skip to content

Commit

Permalink
Bump codecov-action to v2
Browse files Browse the repository at this point in the history
v1 to be deprecated
  • Loading branch information
williamfgc committed Dec 7, 2021
1 parent e12c63d commit 7640730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:

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

0 comments on commit 7640730

Please sign in to comment.