We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196b3e commit 6df9d39Copy full SHA for 6df9d39
README.md
@@ -74,7 +74,7 @@ xcodebuild test -scheme DangerSwiftCoverage-Package -derivedDataPath Build/ -ena
74
### Custom XCResultBundle path
75
If you are using the `-resultBundlePath` parameter on `xcodebuild` you will need to use:
76
```
77
-Coverage.xcodeBuildCoverage(.xcresultBundle("Build/bundlePath"),
+Coverage.xcodeBuildCoverage(.xcresultBundle("Build/bundlePath.xcresult"),
78
minimumCoverage: 50,
79
excludedTargets: ["DangerSwiftCoverageTests.xctest"])
80
0 commit comments