Skip to content

Commit

Permalink
Merge branch 'main' into build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Dec 6, 2024
2 parents 9f1ae5b + b9b7ff2 commit 77af3c9
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 @@ -47,7 +47,7 @@ jobs:
run: uv run --python ${{ matrix.pyversion }} --frozen --no-dev --extra tests pytest

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.DIFFERT_CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: cargo tarpaulin --verbose --timeout 120 --out xml

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.DIFFERT_CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 77af3c9

Please sign in to comment.