Skip to content

Commit

Permalink
Merge pull request #82 from openforcefield/0d97dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
mattwthompson authored Nov 15, 2024
2 parents 7c24ba1 + bcd1071 commit 6e3fb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
run: pip install -r typing-requirements.txt && python -m mypy -p "yammbs" --exclude "yammbs/_tests"

- name: CodeCov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
flags: unittests

0 comments on commit 6e3fb46

Please sign in to comment.