diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67d8745c..581e1b90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,6 @@ jobs: run: | xcrun xccov view --report --json TestResults.xcresult > cov.json mint run trax-retail/xccov2lcov@1.0.0 cov.json \ - --mode full \ --include-target Apollo \ --include-target Authenticate \ --include-target Builders \