Skip to content

Commit

Permalink
Merge pull request #371 from openforcefield/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
j-wags authored Dec 17, 2024
2 parents 3802c15 + 7f255f3 commit 5003513
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 @@ -75,10 +75,10 @@ jobs:
run: python -m pytest -v --cov=openff --cov-config=setup.cfg openff/bespokefit/_tests/ --cov-report=xml

- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: false

- name: Run Integration Tests
Expand Down

0 comments on commit 5003513

Please sign in to comment.