Description
I run Codecov through Travis CI on my open-source python library fracdiff.
The tests are intended to cover all lines in the source and they actually seem to do because all lines are marked green if I look into the codes at Codecov:
https://codecov.io/gh/simaki/fracdiff/tree/a9670ae0783a114cb0334d0fbe2e89b9eb4c5c05/fracdiff
However, Codecov says fracdiff.py and statfracdiff.py miss some lines and the coverage rate is something about 60%.
I looked into logs of Travis CI as well but it does not seem to cause any error.
I got mixed up. What is going on with my repository and How can I fix it?
Please ask me anything if there is something unclear.
Repository
My repository (Branch 0.3.1 is causing this trouble):
Codecov:
https://codecov.io/gh/simaki/fracdiff/tree/a9670ae0783a114cb0334d0fbe2e89b9eb4c5c05/fracdiff
Travis CI which runs Codecov and sends its report:
Versions
Linux
Python 3.6, 3.7, 3.8
Further information is available in .travis.yml.
Additional Information
As my codes are public and Codecov is run through Travis CI one may be able to reproduce my trouble by forking the repository.
