SIMEXP / Repo2Data

Automatic data fetcher from the web
MIT License
7 stars 3 forks source link

add test coverage statistics #11

Open pbellec opened 4 years ago

pbellec commented 4 years ago

See https://github.com/codecov/example-python

ltetrel commented 4 years ago

Hmm not sure a code coverage is meaningfull for a project of this size..

mathieuboudreau commented 4 years ago

It's quite easy to set up for Github+Coveralls.io+Python. I find it useful for projects small or large.

See our setup for the AxonDeepSeg project (using Travis):

ltetrel commented 4 years ago

Is it easy to plug it with circleCI (I see that you are using travis) ? I could give it a try if this is as simple as you mention.

In this project, there is basically one test per type of download, check. So again, the coverage here is quite obvious here. I don't see obvious benefits for this project.