LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
codecov_cli/__init__.py
codecov_cli/fallbacks.py
codecov_cli/main.py
codecov_cli/opentelemetry.py
codecov_cli/types.py
codecov_cli.egg-info/PKG-INFO
codecov_cli.egg-info/SOURCES.txt
codecov_cli.egg-info/dependency_links.txt
codecov_cli.egg-info/entry_points.txt
codecov_cli.egg-info/requires.txt
codecov_cli.egg-info/top_level.txt
codecov_cli/commands/__init__.py
codecov_cli/commands/base_picking.py
codecov_cli/commands/commit.py
codecov_cli/commands/create_report_result.py
codecov_cli/commands/empty_upload.py
codecov_cli/commands/get_report_results.py
codecov_cli/commands/labelanalysis.py
codecov_cli/commands/process_test_results.py
codecov_cli/commands/report.py
codecov_cli/commands/send_notifications.py
codecov_cli/commands/staticanalysis.py
codecov_cli/commands/upload.py
codecov_cli/commands/upload_coverage.py
codecov_cli/commands/upload_process.py
codecov_cli/helpers/__init__.py
codecov_cli/helpers/args.py
codecov_cli/helpers/config.py
codecov_cli/helpers/encoder.py
codecov_cli/helpers/folder_searcher.py
codecov_cli/helpers/git.py
codecov_cli/helpers/glob.py
codecov_cli/helpers/logging_utils.py
codecov_cli/helpers/options.py
codecov_cli/helpers/request.py
codecov_cli/helpers/upload_type.py
codecov_cli/helpers/validators.py
codecov_cli/helpers/versioning_systems.py
codecov_cli/helpers/ci_adapters/__init__.py
codecov_cli/helpers/ci_adapters/appveyor_ci.py
codecov_cli/helpers/ci_adapters/azure_pipelines.py
codecov_cli/helpers/ci_adapters/base.py
codecov_cli/helpers/ci_adapters/bitbucket_ci.py
codecov_cli/helpers/ci_adapters/bitrise_ci.py
codecov_cli/helpers/ci_adapters/buildkite.py
codecov_cli/helpers/ci_adapters/circleci.py
codecov_cli/helpers/ci_adapters/cirrus_ci.py
codecov_cli/helpers/ci_adapters/cloudbuild.py
codecov_cli/helpers/ci_adapters/codebuild.py
codecov_cli/helpers/ci_adapters/droneci.py
codecov_cli/helpers/ci_adapters/github_actions.py
codecov_cli/helpers/ci_adapters/gitlab_ci.py
codecov_cli/helpers/ci_adapters/heroku.py
codecov_cli/helpers/ci_adapters/jenkins.py
codecov_cli/helpers/ci_adapters/local.py
codecov_cli/helpers/ci_adapters/teamcity.py
codecov_cli/helpers/ci_adapters/travis_ci.py
codecov_cli/helpers/ci_adapters/woodpeckerci.py
codecov_cli/helpers/git_services/__init__.py
codecov_cli/helpers/git_services/github.py
codecov_cli/plugins/__init__.py
codecov_cli/plugins/compress_pycoverage_contexts.py
codecov_cli/plugins/gcov.py
codecov_cli/plugins/pycoverage.py
codecov_cli/plugins/types.py
codecov_cli/plugins/xcode.py
codecov_cli/runners/__init__.py
codecov_cli/runners/dan_runner.py
codecov_cli/runners/pytest_standard_runner.py
codecov_cli/runners/types.py
codecov_cli/services/__init__.py
codecov_cli/services/commit/__init__.py
codecov_cli/services/commit/base_picking.py
codecov_cli/services/empty_upload/__init__.py
codecov_cli/services/report/__init__.py
codecov_cli/services/staticanalysis/__init__.py
codecov_cli/services/staticanalysis/exceptions.py
codecov_cli/services/staticanalysis/finders.py
codecov_cli/services/staticanalysis/types.py
codecov_cli/services/staticanalysis/analyzers/__init__.py
codecov_cli/services/staticanalysis/analyzers/general.py
codecov_cli/services/staticanalysis/analyzers/javascript_es6/__init__.py
codecov_cli/services/staticanalysis/analyzers/javascript_es6/node_wrappers.py
codecov_cli/services/staticanalysis/analyzers/python/__init__.py
codecov_cli/services/staticanalysis/analyzers/python/node_wrappers.py
codecov_cli/services/upload/__init__.py
codecov_cli/services/upload/file_finder.py
codecov_cli/services/upload/legacy_upload_sender.py
codecov_cli/services/upload/network_finder.py
codecov_cli/services/upload/upload_collector.py
codecov_cli/services/upload/upload_sender.py
codecov_cli/services/upload_completion/__init__.py
codecov_cli/services/upload_coverage/__init__.py
languages/languages.c
languages/treesitterjavascript/src/parser.c
languages/treesitterjavascript/src/scanner.c
languages/treesitterjavascript/src/tree_sitter/parser.h
languages/treesitterpython/src/parser.c
languages/treesitterpython/src/scanner.cc
languages/treesitterpython/src/tree_sitter/parser.h
samples/example_cli_config.yml
samples/example_module.js
samples/junit.xml
samples/fake_project/.codecov.yaml
samples/fake_project/.codecov.yml
samples/fake_project/codecov.yaml
samples/fake_project/codecov.yml
samples/fake_project/.github/.codecov.yaml
samples/fake_project/.github/.codecov.yml
samples/fake_project/.github/codecov.yaml
samples/fake_project/.github/codecov.yml
samples/fake_project/dev/.codecov.yaml
samples/fake_project/dev/.codecov.yml
samples/fake_project/dev/codecov.yaml
samples/fake_project/dev/codecov.yml
samples/inputs/sample_001.py
samples/inputs/sample_002.py
samples/inputs/sample_003.js
samples/inputs/sample_004.js
samples/inputs/sample_005.py
samples/outputs/sample_001.json
samples/outputs/sample_002.json
samples/outputs/sample_003.json
samples/outputs/sample_004.json
samples/outputs/sample_005.json
tests/__init__.py
tests/conftest.py
tests/factory.py
tests/requirements.in
tests/requirements.txt
tests/test_codecov_cli.py
tests/test_helpers.py
tests/test_types.py
tests/ci_adapters/test_appveyor.py
tests/ci_adapters/test_azure_pipelines.py
tests/ci_adapters/test_bitbucket_ci.py
tests/ci_adapters/test_bitrise.py
tests/ci_adapters/test_buildkite.py
tests/ci_adapters/test_circleci.py
tests/ci_adapters/test_cirrusci.py
tests/ci_adapters/test_cloudbuild.py
tests/ci_adapters/test_codebuild.py
tests/ci_adapters/test_droneci.py
tests/ci_adapters/test_ghactions.py
tests/ci_adapters/test_gitlabci.py
tests/ci_adapters/test_herokuci.py
tests/ci_adapters/test_jenkins.py
tests/ci_adapters/test_local.py
tests/ci_adapters/test_teamcity.py
tests/ci_adapters/test_travis_ci.py
tests/ci_adapters/test_woodpeckerci.py
tests/commands/__init__.py
tests/commands/test_invoke_labelanalysis.py
tests/commands/test_invoke_upload.py
tests/commands/test_invoke_upload_coverage.py
tests/commands/test_invoke_upload_process.py
tests/commands/test_process_test_results.py
tests/commands/test_upload_token_discovery.py
tests/data/reports_examples.py
tests/data/files_to_fix_examples/bad_encoding.go
tests/data/files_to_fix_examples/sample.cpp
tests/data/files_to_fix_examples/sample.go
tests/data/files_to_fix_examples/sample.kt
tests/data/files_to_fix_examples/sample.php
tests/helpers/test_args.py
tests/helpers/test_ci_adapter_selection.py
tests/helpers/test_config.py
tests/helpers/test_encoder.py
tests/helpers/test_folder_searcher.py
tests/helpers/test_git.py
tests/helpers/test_legacy_upload_sender.py
tests/helpers/test_network_finder.py
tests/helpers/test_request.py
tests/helpers/test_upload_sender.py
tests/helpers/test_validators.py
tests/helpers/test_versioning_systems.py
tests/helpers/git_services/test_github.py
tests/plugins/test_compress_pycoverage_contexts.py
tests/plugins/test_gcov.py
tests/plugins/test_instantiation.py
tests/plugins/test_pycoverage.py
tests/plugins/test_xcode.py
tests/runners/test_dan_runner.py
tests/runners/test_pytest_standard_runner.py
tests/runners/test_runners.py
tests/runners/test_types.py
tests/services/commit/test_base_picking.py
tests/services/commit/test_commit_service.py
tests/services/empty_upload/test_empty_upload.py
tests/services/report/test_report_results.py
tests/services/report/test_report_service.py
tests/services/static_analysis/test_analyse_file.py
tests/services/static_analysis/test_static_analysis_service.py
tests/services/static_analysis/languages/python/test_node_wrappers_malformed_code.py
tests/services/upload/test_coverage_file_finder.py
tests/services/upload/test_upload_collector.py
tests/services/upload/test_upload_service.py
tests/services/upload_completion/test_upload_completion.py