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 4a549ec commit 3d69e95Copy full SHA for 3d69e95
.github/workflows/main.yml
@@ -117,9 +117,14 @@ jobs:
117
--configuration Release
118
${{ runner.os == 'Windows' && '-p:IncludeNetCoreAppTargets=false' || '' }}
119
--logger "trx;LogFileName=pw-test-results.trx"
120
+ --collect:"XPlat Code Coverage"
121
--
122
RunConfiguration.CollectSourceInformation=true
123
124
+ - name: Upload coverage to Codecov
125
+ if: matrix.os == 'ubuntu-latest'
126
+ uses: codecov/codecov-action@v5
127
+
128
# Pack the output into NuGet packages
129
pack:
130
needs: version
0 commit comments