OpenAstronomy / azure-pipelines-templates

An opinionated set of Azure Pipelines templates for Python projects using pyproject.toml (PEP517) and tox
https://openastronomy-azure-pipelines.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
11 stars 20 forks source link

Update codecov support #48

Closed Cadair closed 4 years ago

Cadair commented 4 years ago

Azure pipelines got first rate codecov support now, so I updated the templates to not need any token nonsense.

This is mostly based off of https://devblogs.microsoft.com/devops/uploading-to-codecov-just-got-easier/

I haven't actually tested what happens if you do have CODECOV_TOKEN set, but if it's a private repo you will need it.