Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Test (golden-image)
run: dotnet test --no-build -c Release --filter Category=GoldenImage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v7
# Coverage comes from the unit step above. Upload it even if a later
# test step failed so the report still lands. A Codecov outage must not
# fail the build, so fail_ci_if_error stays false.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Test (golden-image)
run: dotnet test --no-build -c Release --filter Category=GoldenImage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v7
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading