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 fb580f3 commit f410df3Copy full SHA for f410df3
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
dotnet build --no-restore --configuration Release /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
133
- name: Test
134
run: |
135
- dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --verbosity normal --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
+ dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
136
- name: Upload coverage to codecov.io
137
if: matrix.os == 'ubuntu-latest'
138
uses: codecov/codecov-action@v3
0 commit comments