Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 059d59d

Browse files
Fixing the exclude statement
1 parent 46a22a0 commit 059d59d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Run-CodeCoverage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $testAssemblies = @(
3434
"test\TrackingCollectionTests\bin\$Configuration\TrackingCollectionTests.dll"
3535
)
3636

37-
$opencoverTargetArgs = ($testAssemblies -join " ") + " --where \`"cat!=Timings or cat!=CodeCoverageFlake\`" --inprocess --noresult"
37+
$opencoverTargetArgs = ($testAssemblies -join " ") + " --where \`"cat!=Timings and cat!=CodeCoverageFlake\`" --inprocess --noresult"
3838

3939
$opencoverDirectory = Join-Path $rootDirectory packages\OpenCover.4.6.519\tools
4040
$opencover = Join-Path $opencoverDirectory OpenCover.Console.exe

0 commit comments

Comments
 (0)