Skip to content

Commit

Permalink
Update codecov action version (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
lilyminium and Lily Wang authored Jul 17, 2023
1 parent 6fd3949 commit 23a3a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
pytest -n 4 -v --cov=openff-nagl --cov-report=xml --color=yes openff/nagl/tests/
- name: codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
Expand Down

0 comments on commit 23a3a4b

Please sign in to comment.