tamasgal / thepipe

A simplistic, general purpose pipeline framework.
MIT License
14 stars 2 forks source link

Code coverage not working on codecov #4

Closed tamasgal closed 5 years ago

tamasgal commented 5 years ago

The code coverage only works when I do codecov from my own computer. The Travis builds do not show any error and upload something to codecov.io (https://travis-ci.org/tamasgal/thepipe/jobs/511442250#L552), but the coverage there is 0%.

https://codecov.io/github/tamasgal/thepipe?branch=master

tamasgal commented 5 years ago

I forgot to install the package in dev-mode, so it was tracking the wrong files.