We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3f978 commit 04acae9Copy full SHA for 04acae9
appveyor.yml
@@ -4,6 +4,6 @@ before_build:
4
build_script:
5
- dotnet build --no-restore --no-incremental
6
test_script:
7
-- dotnet test -p:CollectCoverage=true -p:CoverletOutput='./coverage.xml' -p:CoverletOutputFormat=opencover tests/Utility.CommandLine.Arguments.Tests
+- 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]*"
8
- pip install codecov
9
- codecov -f "tests/Utility.CommandLine.Arguments.Tests/coverage.xml"
0 commit comments