Skip to content

Commit 1cc0567

Browse files
author
Petr Sramek
committed
moved coverlet settings to root, updated test cmd
1 parent e7e9473 commit 1cc0567

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
52-
working-directory: ./tests/
51+
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
File renamed without changes.

0 commit comments

Comments
 (0)