lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
41 stars 10 forks source link

Get codecov to work with azure #8

Closed lucianopaz closed 4 years ago

lucianopaz commented 4 years ago

Currently, codecov uses travisCI builds to calculate coverage. I'm moving towards azure pipelines and it would be nice to use codecov there as well. There are some success stories, so it should be doable.

lucianopaz commented 4 years ago

In the end, it looks like the codecov bash uploader is the way to go with this

lucianopaz commented 4 years ago

The bash uploader works well on ubuntu and mac agents but fails on windows

lucianopaz commented 4 years ago

Since commit fbe3fb3, all coverage reports are uploaded to codecov from the azure-pipelines build, and travis-CI has been completely removed.