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 de68d0f commit e72ca08Copy full SHA for e72ca08
.github/workflows/build.yml
@@ -124,7 +124,7 @@ jobs:
124
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"
125
126
- name: Upload code coverage
127
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
128
129
- name: Upload build and test outputs
130
if: failure()
0 commit comments