-
Notifications
You must be signed in to change notification settings - Fork 17
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
arpack-ng + coveralls KO #23
Comments
Well you need to be more specific and provide examples of what you mean exactly if you want me to be able to help. Which files are filtered that you don't expect to for example? |
No way to reduce the problem: real life case (f77 + f90 + c + cpp)... Filtered files cause coverage to be not reliable (reg reported when no reg). What we expect is : do not filter files (f77 -> cpp) under "/home/travis/build/opencollab/arpack-ng/..." (all theses files should have been passed to To reproduce the problem, you may clone at my side: https://github.com/fghoussen/arpack-ng (branch arpackmm) If you have any clue, would be good to know... |
Hey, I have a bit hard understanding what you mean, it's easier if you list actual files and stuff. I understand it's a real world case. But I have never tried with using weird filenames like The output you provided is quite random. What I want is basically:
Is it missing lines within the files? or is it skipping entire files? I have never tried with such weird filenames so that might be the issue. The script itself is quite extensively documented with comments. Cmake isn't the best scripting language so it can be quite cumbersome at times: I would suggest adding some prints in this file and try to see where the files you talk about gets sorted out. It was a long time I wrote this code, and I don't use coveralls myself anymore, and I don't really have time to look at this much |
Could you have a quick look ?
The whole list of files from arpack-ng (.f, .F90, .c, .cpp)
Don't know. Never fully worked !
Would say files are entirely filtered (but should not) => coverage is biased |
May be related : opencollab/arpack-ng#279. If so, you may like to back this here |
Could you help here: opencollab/arpack-ng#194 ?
No way to get coverage to work (lots of files filtered => biased coverage).
The text was updated successfully, but these errors were encountered: