Skip to content

Commit b11ffff

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # .github/workflows/dotnet.yml
2 parents f5968b0 + dd5656d commit b11ffff

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,7 @@ jobs:
5858
- name: Build
5959
run: dotnet build --no-restore
6060
- name: Test
61-
run: dotnet test --no-build --logger 'trx;LogFileName=test-results.trx'
62-
env:
63-
DEFAULT_REGION: eu-west-1
64-
AWS_ACCESS_KEY_ID: localkey
65-
AWS_SECRET_ACCESS_KEY: localsecret
66-
- name: Collect Code Coverage
67-
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'
6862
env:
6963
DEFAULT_REGION: eu-west-1
7064
AWS_ACCESS_KEY_ID: localkey

0 commit comments

Comments
 (0)