Releases: codecov/codecov-cli
Releases · codecov/codecov-cli
Release v0.1.2
Autogenerated release tag for codecov-cli
Release v0.1.1
Autogenerated release tag for codecov-cli
Release v0.1.1_rc
Autogenerated release tag for codecov-cli
Release v0.1.1_test
What's Changed
- implement code build by @dana-yaish in #79
- add detect function to CodeBuild ci provider by @dana-yaish in #101
- Fix path_fixes in upload payload by @giovanni-guidini in #103
- Cast multiple=True args in upload to list by @giovanni-guidini in #104
- Update CI workflows. by @giovanni-guidini in #102
- remove dangling step when building artifacts. Change release temporarilly to draft by @giovanni-guidini in #105
Full Changelog: v0.1.0...v0.1.1_test
Release v0.1.0
Make ci.yml more similar to python-package.yml (#100) Recently we had some builds failing on the CI file but not on the python-package one. Probably a result of changes that happened only in python-package. They might have diverged, bringing them together again.