Releases: codecov/codecov-cli
Releases · codecov/codecov-cli
v0.9.0-beta: Merge branch 'main' into nora/2298
# Conflicts: # codecov_cli/services/upload/__init__.py
Release v0.8.0
Autogenerated for v0.8.0. Created for #538
What's Changed
- Release 0.4.4 by @codecov-releaser in #352
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #354
- fix: correctly generate network if path has spaces by @giovanni-guidini in #357
- Release 0.4.5 by @codecov-releaser in #358
- Add support for test result ingestion in the CLI by @joseph-sentry in #347
- build: don't run steps that req secrets if fork by @joseph-sentry in #359
- feat: add force flag to empty upload by @joseph-sentry in #362
- fix: search acceptable paths for codecov yaml if not passed in by @matt-codecov in #368
- Release 0.4.6 by @codecov-releaser in #369
- fix: use sys.exit() instead of just exit() by @joseph-sentry in #371
- feat: make noop plugin recognizable by @giovanni-guidini in #373
- build: upload test results by @joseph-sentry in #363
- fix: remove typing.Optional from codecov yaml path option by @joseph-sentry in #374
- fix: better default file pattern for test results by @joseph-sentry in #379
- Release 0.4.7 by @codecov-releaser in #381
- fix: update user file search by @thomasrockhu-codecov in #390
- Release 0.4.8 by @codecov-releaser in #391
- chore: fix typo in help description by @joseph-sentry in #394
- fix: better detect merge-commits by @giovanni-guidini in #397
- Fix compatibility on non-git project folders when git is installed on the system by @jamie in #399
- feat: retry requests on 502 responses by @joseph-sentry in #382
- chore: improve error message for finding reports by @joseph-sentry in #396
- fix: add ci_service to upload data by @joseph-sentry in #398
- feat: include user specified files even if excluded by @joseph-sentry in #383
- Release 0.4.9 by @codecov-releaser in #402
- feat: add network prefix and filter options by @thomasrockhu-codecov in #406
- chore: fix test asserts by @giovanni-guidini in #407
- Release 0.5.0 by @codecov-releaser in #408
- fix: add network args to upload-process by @thomasrockhu-codecov in #412
- Release 0.5.1 by @codecov-releaser in #417
- Th/create default name by @thomasrockhu-codecov in #421
- Release 0.5.2 by @codecov-releaser in #422
- feat: add process-test-results command by @joseph-sentry in #424
- fix: add support for ssh url repos by @escarls in #416
- fix: log info if a file shows up as a directory by @thomasrockhu-codecov in #430
- fix: file fix for lines with just a pren by @thomasrockhu-codecov in #431
- fix: allow for .. explicit file search by @thomasrockhu-codecov in #432
- Release 0.6.0 by @codecov-releaser in #436
- feat: add Google Cloud Build CI support by @escarls in #418
- fix: retry all 5xx status code errors by @joseph-sentry in #452
- support python 3.12 by @branchvincent in #458
- feat: support new tokenless protocol by @joseph-sentry in #447
- Release 0.7.0 by @codecov-releaser in #459
- fix: remove token check for report by @thomasrockhu-codecov in #461
- Release 0.7.1 by @codecov-releaser in #462
- 🐛 Use config-set token as CLI default fallback by @webknjaz in #464
- Release 0.7.2 by @codecov-releaser in #467
- fix: add branch to test results upload by @joseph-sentry in #471
- fix: exclude yaml files by @drazisil-codecov in #472
- fix: use azure pipelines PR commit ID by @gtbuchanan in #474
- chore: consistent naming of upload options by @giovanni-guidini in #473
- Release 0.7.3 by @codecov-releaser in #476
- feat: disable search means don't search for explicitly mentioned files by @joseph-sentry in #479
- Revert "feat: disable search means don't search for explicitly mentioned files" by @joseph-sentry in #480
- build: use bullseye debian image for arm image by @joseph-sentry in #483
- Release 0.7.4 by @codecov-releaser in #484
- fix: sanitize yaml token from logs by @thomasrockhu-codecov in #485
- chore: typehint context object by @giovanni-guidini in #496
- fix: update junit XML file finder pattern by @joseph-sentry in #503
- feat: collect additional params from cli usage by @thomasrockhu-codecov in #506
- Slightly improve
FileFinder
typing by @Swatinem in #509 - Aggregate the test results files in CI by @michelletran-codecov in #507
- fix: make versionc all in tests dynamic by @thomasrockhu-codecov in #517
- Release 0.7.5 by @codecov-releaser in #516
- Only run test results parser for PRs by @michelletran-codecov in #512
- Update test-results-parser by @michelletran-codecov in #524
- Better formatting of options for the
empty-upload
command by @rohan-at-sentry in #525 - Rewrite to the same comment for offline test analytics by @michelletran-codecov in #522
- Release 0.7.6 by @codecov-releaser in #526
- Adding small ci job by @trent-codecov in #527
- feat: add gcov capabilities by @thomasrockhu-codecov in #536
- feat: add xcode functionality by @thomasrockhu-codecov in #537
New Contributors
- @jamie made their first contribution in #399
- @escarls made their first contribution in #416
- @branchvincent made their first contribution in #458
- @webknjaz made their first contribution in #464
- @gtbuchanan made their first contribution in #474
- @Swatinem made their first contribution in #509
- @michelletran-codecov made their first contribution in #507
- @rohan-at-sentry made their first contribution in #525
Full Changelog: v0.4.4...v0.8.0
Release v0.7.6
Autogenerated for v0.7.6. Created for #526
What's Changed
- Release 0.4.4 by @codecov-releaser in #352
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #354
- fix: correctly generate network if path has spaces by @giovanni-guidini in #357
- Release 0.4.5 by @codecov-releaser in #358
- Add support for test result ingestion in the CLI by @joseph-sentry in #347
- build: don't run steps that req secrets if fork by @joseph-sentry in #359
- feat: add force flag to empty upload by @joseph-sentry in #362
- fix: search acceptable paths for codecov yaml if not passed in by @matt-codecov in #368
- Release 0.4.6 by @codecov-releaser in #369
- fix: use sys.exit() instead of just exit() by @joseph-sentry in #371
- feat: make noop plugin recognizable by @giovanni-guidini in #373
- build: upload test results by @joseph-sentry in #363
- fix: remove typing.Optional from codecov yaml path option by @joseph-sentry in #374
- fix: better default file pattern for test results by @joseph-sentry in #379
- Release 0.4.7 by @codecov-releaser in #381
- fix: update user file search by @thomasrockhu-codecov in #390
- Release 0.4.8 by @codecov-releaser in #391
- chore: fix typo in help description by @joseph-sentry in #394
- fix: better detect merge-commits by @giovanni-guidini in #397
- Fix compatibility on non-git project folders when git is installed on the system by @jamie in #399
- feat: retry requests on 502 responses by @joseph-sentry in #382
- chore: improve error message for finding reports by @joseph-sentry in #396
- fix: add ci_service to upload data by @joseph-sentry in #398
- feat: include user specified files even if excluded by @joseph-sentry in #383
- Release 0.4.9 by @codecov-releaser in #402
- feat: add network prefix and filter options by @thomasrockhu-codecov in #406
- chore: fix test asserts by @giovanni-guidini in #407
- Release 0.5.0 by @codecov-releaser in #408
- fix: add network args to upload-process by @thomasrockhu-codecov in #412
- Release 0.5.1 by @codecov-releaser in #417
- Th/create default name by @thomasrockhu-codecov in #421
- Release 0.5.2 by @codecov-releaser in #422
- feat: add process-test-results command by @joseph-sentry in #424
- fix: add support for ssh url repos by @escarls in #416
- fix: log info if a file shows up as a directory by @thomasrockhu-codecov in #430
- fix: file fix for lines with just a pren by @thomasrockhu-codecov in #431
- fix: allow for .. explicit file search by @thomasrockhu-codecov in #432
- Release 0.6.0 by @codecov-releaser in #436
- feat: add Google Cloud Build CI support by @escarls in #418
- fix: retry all 5xx status code errors by @joseph-sentry in #452
- support python 3.12 by @branchvincent in #458
- feat: support new tokenless protocol by @joseph-sentry in #447
- Release 0.7.0 by @codecov-releaser in #459
- fix: remove token check for report by @thomasrockhu-codecov in #461
- Release 0.7.1 by @codecov-releaser in #462
- 🐛 Use config-set token as CLI default fallback by @webknjaz in #464
- Release 0.7.2 by @codecov-releaser in #467
- fix: add branch to test results upload by @joseph-sentry in #471
- fix: exclude yaml files by @drazisil-codecov in #472
- fix: use azure pipelines PR commit ID by @gtbuchanan in #474
- chore: consistent naming of upload options by @giovanni-guidini in #473
- Release 0.7.3 by @codecov-releaser in #476
- feat: disable search means don't search for explicitly mentioned files by @joseph-sentry in #479
- Revert "feat: disable search means don't search for explicitly mentioned files" by @joseph-sentry in #480
- build: use bullseye debian image for arm image by @joseph-sentry in #483
- Release 0.7.4 by @codecov-releaser in #484
- fix: sanitize yaml token from logs by @thomasrockhu-codecov in #485
- chore: typehint context object by @giovanni-guidini in #496
- fix: update junit XML file finder pattern by @joseph-sentry in #503
- feat: collect additional params from cli usage by @thomasrockhu-codecov in #506
- Slightly improve
FileFinder
typing by @Swatinem in #509 - Aggregate the test results files in CI by @michelletran-codecov in #507
- fix: make versionc all in tests dynamic by @thomasrockhu-codecov in #517
- Release 0.7.5 by @codecov-releaser in #516
- Only run test results parser for PRs by @michelletran-codecov in #512
- Update test-results-parser by @michelletran-codecov in #524
- Better formatting of options for the
empty-upload
command by @rohan-at-sentry in #525 - Rewrite to the same comment for offline test analytics by @michelletran-codecov in #522
New Contributors
- @jamie made their first contribution in #399
- @escarls made their first contribution in #416
- @branchvincent made their first contribution in #458
- @webknjaz made their first contribution in #464
- @gtbuchanan made their first contribution in #474
- @Swatinem made their first contribution in #509
- @michelletran-codecov made their first contribution in #507
- @rohan-at-sentry made their first contribution in #525
Full Changelog: v0.4.4...v0.7.6
Release v0.7.5
Autogenerated for v0.7.5. Created for #516
What's Changed
- Release 0.4.4 by @codecov-releaser in #352
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #354
- fix: correctly generate network if path has spaces by @giovanni-guidini in #357
- Release 0.4.5 by @codecov-releaser in #358
- Add support for test result ingestion in the CLI by @joseph-sentry in #347
- build: don't run steps that req secrets if fork by @joseph-sentry in #359
- feat: add force flag to empty upload by @joseph-sentry in #362
- fix: search acceptable paths for codecov yaml if not passed in by @matt-codecov in #368
- Release 0.4.6 by @codecov-releaser in #369
- fix: use sys.exit() instead of just exit() by @joseph-sentry in #371
- feat: make noop plugin recognizable by @giovanni-guidini in #373
- build: upload test results by @joseph-sentry in #363
- fix: remove typing.Optional from codecov yaml path option by @joseph-sentry in #374
- fix: better default file pattern for test results by @joseph-sentry in #379
- Release 0.4.7 by @codecov-releaser in #381
- fix: update user file search by @thomasrockhu-codecov in #390
- Release 0.4.8 by @codecov-releaser in #391
- chore: fix typo in help description by @joseph-sentry in #394
- fix: better detect merge-commits by @giovanni-guidini in #397
- Fix compatibility on non-git project folders when git is installed on the system by @jamie in #399
- feat: retry requests on 502 responses by @joseph-sentry in #382
- chore: improve error message for finding reports by @joseph-sentry in #396
- fix: add ci_service to upload data by @joseph-sentry in #398
- feat: include user specified files even if excluded by @joseph-sentry in #383
- Release 0.4.9 by @codecov-releaser in #402
- feat: add network prefix and filter options by @thomasrockhu-codecov in #406
- chore: fix test asserts by @giovanni-guidini in #407
- Release 0.5.0 by @codecov-releaser in #408
- fix: add network args to upload-process by @thomasrockhu-codecov in #412
- Release 0.5.1 by @codecov-releaser in #417
- Th/create default name by @thomasrockhu-codecov in #421
- Release 0.5.2 by @codecov-releaser in #422
- feat: add process-test-results command by @joseph-sentry in #424
- fix: add support for ssh url repos by @escarls in #416
- fix: log info if a file shows up as a directory by @thomasrockhu-codecov in #430
- fix: file fix for lines with just a pren by @thomasrockhu-codecov in #431
- fix: allow for .. explicit file search by @thomasrockhu-codecov in #432
- Release 0.6.0 by @codecov-releaser in #436
- feat: add Google Cloud Build CI support by @escarls in #418
- fix: retry all 5xx status code errors by @joseph-sentry in #452
- support python 3.12 by @branchvincent in #458
- feat: support new tokenless protocol by @joseph-sentry in #447
- Release 0.7.0 by @codecov-releaser in #459
- fix: remove token check for report by @thomasrockhu-codecov in #461
- Release 0.7.1 by @codecov-releaser in #462
- 🐛 Use config-set token as CLI default fallback by @webknjaz in #464
- Release 0.7.2 by @codecov-releaser in #467
- fix: add branch to test results upload by @joseph-sentry in #471
- fix: exclude yaml files by @drazisil-codecov in #472
- fix: use azure pipelines PR commit ID by @gtbuchanan in #474
- chore: consistent naming of upload options by @giovanni-guidini in #473
- Release 0.7.3 by @codecov-releaser in #476
- feat: disable search means don't search for explicitly mentioned files by @joseph-sentry in #479
- Revert "feat: disable search means don't search for explicitly mentioned files" by @joseph-sentry in #480
- build: use bullseye debian image for arm image by @joseph-sentry in #483
- Release 0.7.4 by @codecov-releaser in #484
- fix: sanitize yaml token from logs by @thomasrockhu-codecov in #485
- chore: typehint context object by @giovanni-guidini in #496
- fix: update junit XML file finder pattern by @joseph-sentry in #503
- feat: collect additional params from cli usage by @thomasrockhu-codecov in #506
- Slightly improve
FileFinder
typing by @Swatinem in #509 - Aggregate the test results files in CI by @michelletran-codecov in #507
- fix: make versionc all in tests dynamic by @thomasrockhu-codecov in #517
New Contributors
- @jamie made their first contribution in #399
- @escarls made their first contribution in #416
- @branchvincent made their first contribution in #458
- @webknjaz made their first contribution in #464
- @gtbuchanan made their first contribution in #474
- @Swatinem made their first contribution in #509
- @michelletran-codecov made their first contribution in #507
Full Changelog: v0.4.4...v0.7.5
Release v0.7.4
Autogenerated for v0.7.4. Created for #484
What's Changed
- Release 0.4.4 by @codecov-releaser in #352
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #354
- fix: correctly generate network if path has spaces by @giovanni-guidini in #357
- Release 0.4.5 by @codecov-releaser in #358
- Add support for test result ingestion in the CLI by @joseph-sentry in #347
- build: don't run steps that req secrets if fork by @joseph-sentry in #359
- feat: add force flag to empty upload by @joseph-sentry in #362
- fix: search acceptable paths for codecov yaml if not passed in by @matt-codecov in #368
- Release 0.4.6 by @codecov-releaser in #369
- fix: use sys.exit() instead of just exit() by @joseph-sentry in #371
- feat: make noop plugin recognizable by @giovanni-guidini in #373
- build: upload test results by @joseph-sentry in #363
- fix: remove typing.Optional from codecov yaml path option by @joseph-sentry in #374
- fix: better default file pattern for test results by @joseph-sentry in #379
- Release 0.4.7 by @codecov-releaser in #381
- fix: update user file search by @thomasrockhu-codecov in #390
- Release 0.4.8 by @codecov-releaser in #391
- chore: fix typo in help description by @joseph-sentry in #394
- fix: better detect merge-commits by @giovanni-guidini in #397
- Fix compatibility on non-git project folders when git is installed on the system by @jamie in #399
- feat: retry requests on 502 responses by @joseph-sentry in #382
- chore: improve error message for finding reports by @joseph-sentry in #396
- fix: add ci_service to upload data by @joseph-sentry in #398
- feat: include user specified files even if excluded by @joseph-sentry in #383
- Release 0.4.9 by @codecov-releaser in #402
- feat: add network prefix and filter options by @thomasrockhu-codecov in #406
- chore: fix test asserts by @giovanni-guidini in #407
- Release 0.5.0 by @codecov-releaser in #408
- fix: add network args to upload-process by @thomasrockhu-codecov in #412
- Release 0.5.1 by @codecov-releaser in #417
- Th/create default name by @thomasrockhu-codecov in #421
- Release 0.5.2 by @codecov-releaser in #422
- feat: add process-test-results command by @joseph-sentry in #424
- fix: add support for ssh url repos by @escarls in #416
- fix: log info if a file shows up as a directory by @thomasrockhu-codecov in #430
- fix: file fix for lines with just a pren by @thomasrockhu-codecov in #431
- fix: allow for .. explicit file search by @thomasrockhu-codecov in #432
- Release 0.6.0 by @codecov-releaser in #436
- feat: add Google Cloud Build CI support by @escarls in #418
- fix: retry all 5xx status code errors by @joseph-sentry in #452
- support python 3.12 by @branchvincent in #458
- feat: support new tokenless protocol by @joseph-sentry in #447
- Release 0.7.0 by @codecov-releaser in #459
- fix: remove token check for report by @thomasrockhu-codecov in #461
- Release 0.7.1 by @codecov-releaser in #462
- 🐛 Use config-set token as CLI default fallback by @webknjaz in #464
- Release 0.7.2 by @codecov-releaser in #467
- fix: add branch to test results upload by @joseph-sentry in #471
- fix: exclude yaml files by @drazisil-codecov in #472
- fix: use azure pipelines PR commit ID by @gtbuchanan in #474
- chore: consistent naming of upload options by @giovanni-guidini in #473
- Release 0.7.3 by @codecov-releaser in #476
- feat: disable search means don't search for explicitly mentioned files by @joseph-sentry in #479
- Revert "feat: disable search means don't search for explicitly mentioned files" by @joseph-sentry in #480
- build: use bullseye debian image for arm image by @joseph-sentry in #483
New Contributors
- @jamie made their first contribution in #399
- @escarls made their first contribution in #416
- @branchvincent made their first contribution in #458
- @webknjaz made their first contribution in #464
- @gtbuchanan made their first contribution in #474
Full Changelog: v0.4.4...v0.7.4
Release v0.7.3
What's Changed
- Release 0.7.2 by @codecov-releaser in #467
- fix: add branch to test results upload by @joseph-sentry in #471
- fix: exclude yaml files by @drazisil-codecov in #472
- fix: use azure pipelines PR commit ID by @gtbuchanan in #474
- chore: consistent naming of upload options by @giovanni-guidini in #473
New Contributors
- @gtbuchanan made their first contribution in #474
Full Changelog: v0.7.2...v0.7.3
Release v0.7.2
What's Changed
- Release 0.7.1 by @codecov-releaser in #462
- 🐛 Use config-set token as CLI default fallback by @webknjaz in #464
New Contributors
Full Changelog: v0.7.1...v0.7.2
Release v0.7.1
What's Changed
- Release 0.7.0 by @codecov-releaser in #459
- fix: remove token check for report by @thomasrockhu-codecov in #461
Full Changelog: v0.7.0...v0.7.1
Release v0.7.0
What's Changed
- Release 0.6.0 by @codecov-releaser in #436
- feat: add Google Cloud Build CI support by @escarls in #418
- fix: retry all 5xx status code errors by @joseph-sentry in #452
- support python 3.12 by @branchvincent in #458
- feat: support new tokenless protocol by @joseph-sentry in #447
New Contributors
- @branchvincent made their first contribution in #458
Full Changelog: v0.6.0...v0.7.0
Release v0.6.0
Autogenerated for v0.6.0. Created for #436
What's Changed
- Release 0.5.2 by @codecov-releaser in #422
- feat: add process-test-results command by @joseph-sentry in #424
- fix: add support for ssh url repos by @escarls in #416
- fix: log info if a file shows up as a directory by @thomasrockhu-codecov in #430
- fix: file fix for lines with just a pren by @thomasrockhu-codecov in #431
- fix: allow for .. explicit file search by @thomasrockhu-codecov in #432
New Contributors
Full Changelog: v0.5.2...v0.6.0