pytest-djangoapp
pytest-djangoapp copied to clipboard
Switch to codecov.io
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
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.
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.
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.