We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71bc9c commit 6aa2a29Copy full SHA for 6aa2a29
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
run: dotnet test Sentry-CI-Build-${{ runner.os }}.slnf -c Release --no-build --nologo -l GitHubActions -l "trx;LogFilePrefix=testresults_${{ runner.os }}" --collect "XPlat Code Coverage"
127
128
- name: Upload code coverage
129
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
130
131
- name: Upload build and test outputs
132
if: failure()
0 commit comments