Skip to content

Commit

Permalink
Merge branch 'master' into feat/binopt
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored Jan 11, 2025
2 parents 300f985 + f444c8f commit 1f4b0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
tests/
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
tests/
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 1f4b0d5

Please sign in to comment.