You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dotnet.yml
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -58,20 +58,13 @@ jobs:
58
58
- name: Build
59
59
run: dotnet build --no-restore
60
60
- name: Test
61
-
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info
61
+
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Storage.Tests/lcov.info --logger 'trx;LogFileName=test-results.trx'
62
62
env:
63
63
DEFAULT_REGION: eu-west-1
64
64
AWS_ACCESS_KEY_ID: localkey
65
65
AWS_SECRET_ACCESS_KEY: localsecret
66
66
67
-
- name: Test 2
68
-
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
0 commit comments