Skip to content

Commit

Permalink
ci: include only aguacongas.3 to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Sep 22, 2019
1 parent 251ffae commit 8ce700f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 87,823 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($isLinux) {
-Or $_.Name -like "*.Test.csproj" `
} `
| % {
&('dotnet') ('test', $_.FullName, '--logger', "trx;LogFileName=$_.trx", '-c', 'Release', '/p:CollectCoverage=true', '/p:CoverletOutputFormat=cobertura', '/p:Exclude=[StackExchange.*]*')
&('dotnet') ('test', $_.FullName, '--logger', "trx;LogFileName=$_.trx", '-c', 'Release', '/p:CollectCoverage=true', '/p:CoverletOutputFormat=cobertura', '/p:Include=[Aguacongas.*]*')
if ($LASTEXITCODE -ne 0) {
$result = $LASTEXITCODE
}
Expand Down
Loading

0 comments on commit 8ce700f

Please sign in to comment.