diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 02e5b7dcd..539249d7c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,7 +35,7 @@ jobs: --collect:"XPlat Code Coverage" \ --settings tests/coverletArgs.runsettings \ --verbosity minimal \ - --filter "Category!=RequiresDocker" + --filter "Category!=RequiresDocker&FullyQualifiedName!~Integration" - name: Merge code coverage results uses: danielpalme/ReportGenerator-GitHub-Action@ee0ae774f6d3afedcbd1683c1ab21b83670bdf8e # v5.5.1