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 495e742 commit 4f526f7Copy full SHA for 4f526f7
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
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"
120
121
- name: Upload code coverage
122
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
+ uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044
123
124
- name: Upload build and test outputs
125
if: failure()
0 commit comments