Skip to content
New issue

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

Duplicates #530

Open
JulesMoorhouse opened this issue Jan 3, 2023 · 0 comments
Open

Duplicates #530

JulesMoorhouse opened this issue Jan 3, 2023 · 0 comments

Comments

@JulesMoorhouse
Copy link

JulesMoorhouse commented Jan 3, 2023

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 ...

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant