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 ab8b832 commit f9f1d9eCopy full SHA for f9f1d9e
.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" --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
+ dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --verbosity normal --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