Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/mamba-org/setup-micromamba-2
  • Loading branch information
mattwthompson committed Nov 15, 2024
2 parents 9d45b33 + 7cdd631 commit b7ba345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
run: python -m pytest -v $COV openff/interchange/

- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: false
files: ./coverage.xml
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ jobs:
python -m mypy plugins/nonbonded_plugins/
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: false
files: ./coverage.xml

0 comments on commit b7ba345

Please sign in to comment.