Releases: codecov/codecov-cli
Releases · codecov/codecov-cli
v0.3.1
What's Changed
- fix: surface processing errors by @giovanni-guidini in #262
- prep release v0.3.1 by @giovanni-guidini in #263
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- chore: Relax pytest-cov requirement by @giovanni-guidini in #252
- chore: add default config by @giovanni-guidini in #251
- fix: display output if pytest fails in collection by @giovanni-guidini in #254
- fix: add prettier pytest logging by @thomasrockhu-codecov in #253
- fix: explicitly import version so click doesnt have to find it by @thomasrockhu-codecov in #257
- chore: remove include_curr_dir option by @giovanni-guidini in #255
- fix: make --dry-run useful by @giovanni-guidini in #256
- fix: make max_conditional iterative by @giovanni-guidini in #258
- Prep for release v0.3.0 by @giovanni-guidini in #260
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- empty upload is missing a parameter by @dana-yaish in #244
- fix: JS analyser do-statement by @giovanni-guidini in #246
- Handle error reading code files for file fixes due to decoding error by @joseph-sentry in #247
- bump version to 0.2.2 by @joseph-sentry in #248
Full Changelog: v0.2.1...v0.2.2
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