Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMiami committed Jan 30, 2020
1 parent 79f92c7 commit 75c8e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -17,5 +17,5 @@ install:
build: off
test_script:
- ps: dotnet build .\sample\TestWebApp\TestWebApp.csproj
- ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../../testResults/coverage.xml
- ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../../testResults/coverage.xml /p:Exclude="[PaulMiami.*Test]*" /p:Include="[PaulMiami*]*" /p:ExcludeByAttribute="System.Diagnostics.DebuggerNonUserCodeAttribute"
- ps: ./Coverage.ps1

0 comments on commit 75c8e0c

Please sign in to comment.