Skip to content

Commit

Permalink
Merge pull request #1112 from openforcefield/revert-1108-dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/codecov/codecov-action-5

Revert "Bump codecov/codecov-action from 4 to 5"
  • Loading branch information
mattwthompson authored Nov 15, 2024
2 parents 0bb942e + 978b5c3 commit 7cdd631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: false
files: ./coverage.xml
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,4 @@ jobs:
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 7cdd631

Please sign in to comment.