Skip to content

Commit fe516df

Browse files
author
Steve Peak
authored
add comment to readme, close #14
1 parent d557e76 commit fe516df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@ bash <(curl -s https://codecov.io/bash) -J 'SwiftExample'
4141
```
4242
> Use your project name instead of `SwiftExample`. You can also provide multiple arguments via `-J 'ProjA' -J 'ProjB'`
4343

44+
# Caveats
45+
46+
### Xcode8/Swift3 resulting in `0%` coverage.
47+
48+
1. Update the test scheme with Xcode 8
49+
2. Do not use `xcpretty`. Seems broken with code coverage Xcode 8...
50+
51+
Example project with Xcode8/Swift3: [yannickl/DynamicColor](https://github.com/yannickl/DynamicColor/blob/6ac768ba5c14941be5ebe169aca408655e185b20/.travis.yml)
52+
4453
----
4554

4655
Have questions? Support at https://codecov.io/support

0 commit comments

Comments
 (0)