Skip to content

Conversation

@oalami
Copy link
Collaborator

@oalami oalami commented Nov 5, 2025

The _version.py file is automatically generated by setuptools-scm and should not be tracked in git.

🤖 Generated with Claude Code

The _version.py file is automatically generated by setuptools-scm and should not be tracked in git.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings November 5, 2025 00:44
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py68494%10–11, 69–70
cli
   __init__.py52394%49, 51, 60
   containers.py270100% 
cli/commands
   __init__.py00100% 
   api_clients.py291996%27, 302, 448–449, 483, 493, 584, 615, 623
   api_collections.py257398%28, 183, 347
   assets.py47295%55–56
   connections.py526599%591, 593, 599, 637, 988
   data_tables.py165596%31, 253, 267, 321–322
   guide.py166199%106
   init.py1070100% 
   profiles.py2030100% 
   properties.py97198%21
   pull.py172298%193–194
   workspace.py39294%61, 71
cli/commands/connectors
   __init__.py00100% 
   command.py90297%110, 159
   connector_manager.py203498%176, 292, 300–301
cli/commands/projects
   __init__.py00100% 
   command.py2721096%359–362, 373, 439–441, 491, 495
   project_manager.py166795%48, 66, 263–264, 276, 317, 325
cli/commands/push
   __init__.py00100% 
   command.py133496%109, 112, 230, 308
cli/commands/recipes
   __init__.py00100% 
   command.py427997%117, 133–134, 272–275, 403, 709
   validator.py7062097%174, 883, 1136, 1223, 1246, 1279, 1281–1282, 1359–1361, 1457–1458, 1517–1518, 1707–1708, 1736–1738
cli/utils
   __init__.py30100% 
   exception_handler.py3042591%134–135, 140–141, 143–144, 170–171, 177, 220, 267, 294, 321, 378, 413, 472, 474–475, 480–481, 483–487
   gitignore.py140100% 
   ignore_patterns.py230100% 
   spinner.py430100% 
   version_checker.py135695%24, 26, 33–34, 72, 102
cli/utils/config
   __init__.py50100% 
   manager.py5483793%126, 137, 148–150, 153, 156, 168, 218–219, 365, 383–384, 388, 391–395, 412–413, 434–435, 446–447, 460, 500, 581–582, 621, 835, 978–979, 993–994, 1055, 1114
   models.py330100% 
   profiles.py3091096%93, 189–190, 193, 228–230, 255–257
   workspace.py680100% 
TOTAL569917197% 

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes a generated version file from version control and adds it to .gitignore to prevent future tracking. The _version.py file is automatically generated by hatch-vcs during the build process and should not be committed to the repository.

  • Deleted the generated src/workato_platform_cli/_version.py file containing version information
  • Added src/workato_platform_cli/_version.py to .gitignore to exclude it from version control

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
src/workato_platform_cli/_version.py Removed the entire generated version file from version control
.gitignore Added the _version.py path to prevent tracking this auto-generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@oalami oalami requested a review from cmworkato November 5, 2025 00:46
@oalami oalami closed this Nov 5, 2025
@oalami oalami deleted the remove-version-file-from-git branch November 5, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants