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

slather is not picking up coverage files #61

Closed
ben-ng opened this issue Mar 28, 2015 · 1 comment
Closed

slather is not picking up coverage files #61

ben-ng opened this issue Mar 28, 2015 · 1 comment

Comments

@ben-ng
Copy link
Contributor

ben-ng commented Mar 28, 2015

Slather is not picking up the .gcno files in my project's build directory. To prove this, I ran tree on the folder where my project was built and grepped for the files on travis. They're there.

screen shot 2015-03-27 at 11 40 26 pm

My slather config:

coverage_service: coveralls
xcodeproj: paq.xcodeproj
ignore:
  - catch.hpp

Looking at slather's source, it looks like it either thinks the file has no source file, or that it is in my ignore list. Neither seems to be true.

Is there any way to disable the "no source file" check? I can explicitly give slather the correct build directory to look in using the -b flag, so it can just blindly take all the .gcno files in there.

@marklarr
Copy link
Contributor

v1.7.0 is out and fixes this

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

2 participants