Skip to content

Commit 25cccc1

Browse files
samtrionCopilot
andauthored
revert: Codecov Action to v3 (#206)
* revert: Codecov Action to v3 * fix: Update .github/workflows/step-dotnet-tests.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> --------- Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5bc2996 commit 25cccc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
143143
144144
- name: Update codecov
145-
uses: codecov/codecov-action@v5.4.2
145+
# Temporary workaround for Codecov Action issue: https://github.com/codecov/codecov-action/issues/1735
146+
uses: codecov/codecov-action@v3
146147
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
147148
with:
148149
token: ${{ env.codecov_token }}

0 commit comments

Comments
 (0)