Skip to content

Commit

Permalink
Added collect to integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
DAQEM committed Dec 1, 2023
1 parent f3550ca commit eb4aa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
working-directory: ${{env.working-directory}}

- name: Test
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./TestResults --settings runsettings.xml --logger "trx;LogFileName=test-results.trx" SNMPPollingService.sln
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./TestResults --logger "trx;LogFileName=test-results.trx" SNMPPollingService.sln
working-directory: ${{env.working-directory}}

- name: Unit Test Report
Expand Down

0 comments on commit eb4aa71

Please sign in to comment.