You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Slather is not picking up the
.gcno
files in my project's build directory. To prove this, I rantree
on the folder where my project was built and grepped for the files on travis. They're there.My slather config:
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.The text was updated successfully, but these errors were encountered: