Skip to content

Commit 6df9d39

Browse files
authored
Update README.md
1 parent 0196b3e commit 6df9d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ xcodebuild test -scheme DangerSwiftCoverage-Package -derivedDataPath Build/ -ena
7474
### Custom XCResultBundle path
7575
If you are using the `-resultBundlePath` parameter on `xcodebuild` you will need to use:
7676
```
77-
Coverage.xcodeBuildCoverage(.xcresultBundle("Build/bundlePath"),
77+
Coverage.xcodeBuildCoverage(.xcresultBundle("Build/bundlePath.xcresult"),
7878
minimumCoverage: 50,
7979
excludedTargets: ["DangerSwiftCoverageTests.xctest"])
8080
```

0 commit comments

Comments
 (0)