Releases: codecov/codecov-cli
Releases · codecov/codecov-cli
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
v0.1.9
What's Changed
- Always feed pytest at least 1 label by @giovanni-guidini in #147
- Removed TypedDict by @giovanni-guidini in #148
- create empty-upload command by @dana-yaish in #146
- fix failing tests by @dana-yaish in #149
- Bump release number to v0.1.9 by @giovanni-guidini in #151
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Update README.md by @eliatcodecov in #138
- Update release flow so it works on manual releases by @giovanni-guidini in #142
- Encode PUT data before sending POST request to Codecov by @giovanni-guidini in #144
- Improve logging by @giovanni-guidini in #143
- Bump version number by @giovanni-guidini in #145
Full Changelog: v0.1.7...v0.1.8