Skip to content

Commit

Permalink
Merge pull request #171 from openmm/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-2.0.3

Bump codecov/codecov-action from 1 to 2.0.3
  • Loading branch information
jchodera authored Aug 28, 2021
2 parents 5fee63a + 6956b5c commit 401c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
working-directory: ./charmm

- name: CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.0.3
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 401c271

Please sign in to comment.