Skip to content

Commit 04acae9

Browse files
committed
tweak appveyor config
1 parent 3c3f978 commit 04acae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ before_build:
44
build_script:
55
- dotnet build --no-restore --no-incremental
66
test_script:
7-
- dotnet test -p:CollectCoverage=true -p:CoverletOutput='./coverage.xml' -p:CoverletOutputFormat=opencover tests/Utility.CommandLine.Arguments.Tests
7+
- dotnet test -p:CollectCoverage=true -p:CoverletOutput="./coverage.xml" -p:CoverletOutputFormat=opencover tests/Utility.CommandLine.Arguments.Tests -p:Include="[Utility.CommandLine.Arguments*]*" -p:Exclude="[*.Tests]*"
88
- pip install codecov
99
- codecov -f "tests/Utility.CommandLine.Arguments.Tests/coverage.xml"

0 commit comments

Comments
 (0)