-
Notifications
You must be signed in to change notification settings - Fork 238
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
Corrupted cobertura file format #196
Comments
Can you run llvm-cov manually and see what the output for those line look like?
You can get the paths to the profdata and binary if you run slather with |
This commit c95f3d1 fixed my issue. Thanks |
- added pattern to match line numbers when llvm-cov output includes thousands as 25.3k and millions as 3.8M
Fix for Corrupted cobertura file format #196
Seeing the same issue:
Any idea when we'll see a new version, @neonichu? |
I just shipped 2.2.0 — https://github.com/SlatherOrg/slather/releases/tag/v2.2.0 |
Hi all,
I'm seeing this in the output file produced by slater 2.1 with Xcode7.3.
It was working fine with slather 2.0 and Xcode7.2
Any idea why some rows have hits=21700 and the number is 0?
Thanks for the help
The text was updated successfully, but these errors were encountered: