IGListKit/.slather.yml
Tim Oliver 18287ef629 Omit the test suite from code coverage stats
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
2023-04-17 20:41:49 -07:00

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/*