pytest-djangoapp icon indicating copy to clipboard operation
pytest-djangoapp copied to clipboard

Switch to codecov.io

Open jayvdb opened this issue 5 years ago • 3 comments

IMO codecov.io is much better than coveralls . coveralls regularly does things like the mess created on https://github.com/idlesign/pytest-djangoapp/pull/9

jayvdb avatar Jul 28 '20 03:07 jayvdb

Unfortunately switching probably means loosing easy access to coverage data.

codecov.io does allow fetching historical coverage data. I dont know if coveralls provides the same; I doubt it.

Also I dont know if codecov.io allows uploading old data.

jayvdb avatar Jul 28 '20 04:07 jayvdb

And what do you mean by a mess? "Overall coverage increased" fluctuation, or something else?

Unfortunately switching probably means loosing easy access to coverage data.

Do you mean the results of the previous runs? That shouldn't be a problem, if we decide switching.

idlesign avatar Jul 28 '20 04:07 idlesign

coveralls posted three times on #9 , instead of just once. I see this all the time.

Do you mean the results of the previous runs?

Ya, it would be nice to export the data from coveralls and import it into codecov. I havent tried this.

However, another approach is to reach 100% coverage while using coveralls, and then switch. Then we know to look at coveralls if interested in the pre-100% history.

jayvdb avatar Jul 28 '20 04:07 jayvdb