Skip to content

Commit 0f54185

Browse files
author
Alex Peck
committed
hyphen
1 parent d5a6398 commit 0f54185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
- name: Test
9696
run: |
9797
dotnet test --no-restore --verbosity normal -f ${{ matrix.framework }} \
98-
${{ matrix.coverage && '/p:CollectCoverage=true' || '' }} \
99-
${{ matrix.coverage && '/p:CoverletOutput=TestResults/' || '' }} \
100-
${{ matrix.coverage && '/p:CoverletOutputFormat=lcov' || '' }} \
101-
--logger "trx;LogFileName=${{ matrix.results }}"
98+
${{ matrix.coverage && '-p:CollectCoverage=true' || '' }} \
99+
${{ matrix.coverage && '-p:CoverletOutput=TestResults/' || '' }} \
100+
${{ matrix.coverage && '-p:CoverletOutputFormat=lcov' || '' }} \
101+
--logger "trx;LogFileName=${{ matrix.results }}"
102102
shell: bash
103103

104104
- name: Upload test results

0 commit comments

Comments
 (0)