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 6b75631 commit a4fc2feCopy full SHA for a4fc2fe
.github/workflows/build.yml
@@ -123,7 +123,7 @@ jobs:
123
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"
124
125
- name: Upload code coverage
126
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3
127
128
- name: Upload build and test outputs
129
if: failure()
0 commit comments