python - What files does Coveralls select? -


i'm running travis , coveralls run integration tests. appears coveralls giving me higher rating should; have written tests handful of source files in repository, , files checked coverage (hence 95% coverage..). appears if files not have tests specified not checked.

how coveralls select files check?

perhaps repository bit unusual, in contains several python scripts each have own entry point. testing 1 entry point, leaving rest of code untouched (and not imported).

my travis.yml file executes nose2, runs tests 1 entry point.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -