We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f410df3 commit 58491e7Copy full SHA for 58491e7
.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" --logger "GitHubActions;verbosity=minimal;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