Skip to content

Commit

Permalink
VSTest verbosity set to detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Oct 19, 2024
1 parent 1f64089 commit afe70fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Test
if: ${{ matrix.dotnet-version == 'N/A' }}
run: dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE
run: dotnet test --no-build --verbosity detailed --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE

Code-Coverage:
name: Code Coverage (Codecov)
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Test
if: ${{ matrix.dotnet-version == '3.1.x' }}
run: dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
run: dotnet test --no-build --verbosity detailed --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- name: Upload Coverage To Codecov
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Test
if: ${{ matrix.dotnet-version == '3.1.x' }}
run: dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
run: dotnet test --no-build --verbosity detailed --configuration Release --filter TestCategory=GMAIL-TESTS-DOTNETCORE /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- name: Upload Coverage To Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit afe70fb

Please sign in to comment.