jameslamb / doppel-cli

Test framework for comparing the consistency of library APIs
https://doppel-cli.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

[ci] remove codecov integration #210

Closed jameslamb closed 1 year ago

jameslamb commented 1 year ago

Removes codecov integration.

I don't think allowing access to that external service + carrying around the configuration and docs you see in this PR's diff, just to power a badge, is worth it.

And pytest-cov is already handling the task off failing CI if test coverage falls below the allowed threshold.

https://github.com/jameslamb/doppel-cli/blob/4189cda48ee36824b74be8b29a289265f385144e/.ci/run-analyze-py-coverage.sh#L28-L30