mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-21 13:37:19 +00:00
Summary: I realized halfway through this exercise that the code in the unit tests themselves was also getting counted in the final code coverage stats, and that this was artificially inflating the final number by a pretty big amount. This diff omits the test suite from the coverage stats. Reviewed By: candance Differential Revision: D45022827 fbshipit-source-id: 45a043e70bcc053e07dbeefaa2e3da8a10a982db
9 lines
193 B
YAML
9 lines
193 B
YAML
ci_service: github
|
|
coverage_service: coveralls
|
|
xcodeproj: IGListKit.xcodeproj
|
|
workspace: IGListKit.xcworkspace
|
|
scheme: IGListKit
|
|
source_directory: Source
|
|
ignore:
|
|
- ../**/*/Xcode*
|
|
- Tests/*
|