You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Use your project name instead of `SwiftExample`. You can also provide multiple arguments via `-J 'ProjA' -J 'ProjB'`
43
43
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
+
44
53
----
45
54
46
55
Have questions? Support at https://codecov.io/support
0 commit comments