We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm using Slather 2.7.3
Slather 2.7.3
I have quite a few ignore folders set in yml, I'm not able to set a single source folder. However, I've getting duplicate lines in the html report...
I use the command slather coverage --html --show
slather coverage --html --show
And the yml is ...
xcodeproj: ./RUN.xcodeproj scheme: RUN_iOS Test output_directory: ../slather-html ignore: - build/* - .git/* - .github/* - Player/* - ../../../Library/Developer/Xcode/DerivedData/* - RUN_iOS/* - RUN_iOS_UITests/* - RUN_iOS_UnitTests/* - RunSDK/.swiftpm/* - RunSDK/Sources/RunSDKUnitTests/* - RunSDK/Sources/RunSDK/Generated/* - ChannelsAPI/* - Console/* - distribution/* - LiveStats/* - NetworkClient/*
I've added lots of ignore, figuring there was some sort of circular dependency, but the duplicates occurs before I add them too.
Any suggestions?
Thanks,
Jules. EDIT: I see there's mention of modules, but I'm using local SPMs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using
Slather 2.7.3
I have quite a few ignore folders set in yml, I'm not able to set a single source folder.
However, I've getting duplicate lines in the html report...
I use the command
slather coverage --html --show
And the yml is ...
I've added lots of ignore, figuring there was some sort of circular dependency, but the duplicates occurs before I add them too.
Any suggestions?
Thanks,
Jules.
EDIT:
I see there's mention of modules, but I'm using local SPMs
The text was updated successfully, but these errors were encountered: