Releases: codecov/codecov-cli
Releases · codecov/codecov-cli
v0.2.1
What's Changed
- add a new option that handles the case when no coverage files are found by @dana-yaish in #239
- Bump certifi from 2022.6.15 to 2023.7.22 by @dependabot in #218
- Not breaking when git not available by @ThiagoCodecov in #94
- Change encoding of open in _get_file_fixes to utf8 by @joseph-sentry in #242
- Version 0.2.1 by @drazisil-codecov in #245
New Contributors
- @dependabot made their first contribution in #218
- @drazisil-codecov made their first contribution in #245
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add version to upload request data by @joseph-sentry in #216
- Enable ATS in the CLI by @giovanni-guidini in #211
- log out response correctly by @dana-yaish in #226
- upgrade readme.md by @dana-yaish in #225
- hide token in debug log by @dana-yaish in #212
- Add fail-on-error flag to commands that were missing it by @joseph-sentry in #223
- raise exception when no coverage reports found by @dana-yaish in #227
- add --disable-search to docs by @dana-yaish in #222
- adding errors to extra_log_attributes by @dana-yaish in #228
- feat: add envvar for static analysis token by @giovanni-guidini in #229
- feat: add support for options when running tests by @giovanni-guidini in #230
- feat: validate commit SHAs by @giovanni-guidini in #231
- renaming upload-completion command to send-notifications by @dana-yaish in #232
- update docs by @dana-yaish in #233
- chore: Clean pytest output on error by @giovanni-guidini in #234
- Update init.py by @giovanni-guidini in #235
Full Changelog: v0.1.17...v0.2.0
v0.1.17
What's Changed
- docs: Add Link to Contributing Repo by @nicholas-codecov in #202
- push static analysis info of the CLI to codecov by @giovanni-guidini in #204
- Retry requests on
ConnectionError
andTimeout
by @giovanni-guidini in #210 - cleaner exception log by @dana-yaish in #214
- bazel creates lcov ceverage files with pylcov filename. by @dana-yaish in #213
- Use version specified in codecov_cli/init.py by @joseph-sentry in #215
- Improve label analysis messages by @giovanni-guidini in #217
- Fix integrity checking readme by @spectralblu in #219
- Bump version by @giovanni-guidini in #220
New Contributors
- @nicholas-codecov made their first contribution in #202
- @spectralblu made their first contribution in #219
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Fix label recalculation by @giovanni-guidini in #200
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- Fix missing reqs pytest and pytest-cov by @joseph-sentry in #201
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- add -h for help by @dana-yaish in #178
- log destination url for user when uploading by @dana-yaish in #179
- Add dry-run to labelanalysis by @giovanni-guidini in #183
- Fix custom plugin system config fields by @joseph-sentry in #181
- Fix example url so it doesn't hyperlink by @drazisil in #186
- Fix typo in README by @scott-codecov in #190
- upload process wrapper by @dana-yaish in #187
- logging the result of the empty upload process by @dana-yaish in #193
- Call static analysis finish endpoint after uploading files by @joseph-sentry in #182
- Pin dependencies in setup.py and separate dev deps by @joseph-sentry in #192
- Allow users to change coverage root for python runner by @giovanni-guidini in #197
- Complete upload command by @dana-yaish in #195
- Use
LabelAnalysisRequestResult
object by @giovanni-guidini in #196 - Send labels to Codecov only after collecting them by @giovanni-guidini in #191
- Add new ignore paths by @eliatcodecov in #173
- bump version by @giovanni-guidini in #198
New Contributors
- @joseph-sentry made their first contribution in #181
- @drazisil made their first contribution in #186
- @scott-codecov made their first contribution in #190
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- add definition lines to js analyzer by @dana-yaish in #163
- Patch import errors (the return of subprocess.run) by @giovanni-guidini in #172
- return statement lines details by @dana-yaish in #165
- Make sure CLI supports multiple Python versions by @giovanni-guidini in #150
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- fix: send post data as json by @thomasrockhu-codecov in #168
- Update README.md by @eliatcodecov in #169
- Update README.md by @eliatcodecov in #170
- add all types of JS functions to function_query_str by @dana-yaish in #160
- use --file option to let users set specific files to upload by @dana-yaish in #174
- Add unit tests for --file option by @dana-yaish in #176
- upgrade version to 0.1.12 by @dana-yaish in #177
New Contributors
- @thomasrockhu-codecov made their first contribution in #168
Full Changelog: v0.1.11...v0.1.12
v0.1.11: Merge pull request #167 from codecov/dana/0.1.11-release
make a new release
v0.1.10
What's Changed
- Add config options to pycoverage plugin by @giovanni-guidini in #153
- Create plugin to compress ATS reports by @giovanni-guidini in #154
- Update setup.py by @giovanni-guidini in #157
Full Changelog: v0.1.9...v0.1.10