• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

astronomer / astro-cli
33%
main: 36%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/integration-test/urllib3-2.6.3
DEFAULT BRANCH: main
Repo Added 18 Apr 2024 08:23AM UTC
Files 196
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat/deploy-git-metadata
branch: feat/deploy-git-metadata
CHANGE BRANCH
x
Reset
  • feat/deploy-git-metadata
  • add-client-registry-validation
  • add-wait-time-flag
  • add_polaris_cmd
  • add_session_flag
  • adds-plugin-system
  • af2-to-af3-upgrade
  • agent/build-839
  • agent/pm-1178
  • agent/pm-1197
  • agent/pm-804
  • ai
  • api-command
  • astro-deploy-improve-cmd-description
  • bugfix/1909-handle-default-pool
  • bugfix/1975-podman-runtime-warning
  • claude/lucid-visvesvaraya
  • dependabot/go_modules/github.com/getkin/kin-openapi-0.131.0
  • dependabot/go_modules/github.com/go-git/go-git/v5-5.13.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/oauth2-0.27.0
  • dependabot/pip/integration-test/requests-2.32.4
  • dependabot/pip/integration-test/urllib3-2.6.0
  • dependabot/pip/integration-test/urllib3-2.6.3
  • deprecate_force-upgrade-to-af3
  • feat/add-per-dp-software-registry-login
  • feat/add_deployment_re_col
  • feat/fix-dagserver-upload-url
  • feat/fix-perdb-registry-login
  • feat/nexus-integration
  • feat/org-switch-workspace-id
  • feat/portless-proxy
  • feat/standalone-mode
  • feat_config_cluster_id
  • feature-1328
  • feature/deploy-client-image
  • feature/feature-flag-remote-command
  • feature/migrate-codecov-to-coveralls
  • feature/remote-deploy-cmd-runtime-version-validation
  • fix-remote-deploy
  • fix-remote-deployment-status-text
  • fix-telemetry-context
  • fix-verbosity-issue
  • fix/1721
  • fix/1974
  • fix/dev-init-remote-exec
  • fix/mock-registry-tests
  • fix/openapi-31-libopenapi
  • fix/org-switch-pagination-fallback
  • fix/pytest-bind-mount-host-dirs
  • fix/quick-fixes-batch-1
  • fix/remote-deploy-dependency-install
  • fix/standalone-strip-virtual-env
  • fix_ide_import
  • fix_ide_import_cherry_pick
  • fix_ide_project_url
  • gh_7779
  • houston-api-1.1.0-support
  • ide_ignore_hidden_files
  • improve-remote-deploy-msg
  • josh-fell/fix-pytest-theme-mock
  • latest-release-1.36.0
  • main
  • neel-astro-patch-1
  • neel-astro-patch-2
  • neel-astro-patch-3
  • nick3/update-version-checking
  • polaris-main
  • pre-commit-ci-update-config
  • pre-commit-lint
  • release-1.36
  • release-1.37
  • release-1.38
  • release-1.39
  • release-1.40
  • release-1.40.0
  • remote-dev-init
  • remove-registry-commands
  • revert-1956-feature/feature-flag-remote-command
  • software_to_apc
  • standalone-open-browser
  • stub-portless-windows
  • telemetry
  • update-codeowners
  • update-releaser-1.37
  • update_ide_commands
  • upgrade-test-fix-flag
  • windows-tests

14 Jan 2026 07:48PM UTC coverage: 33.146% (+0.01%) from 33.132%
63e5d3b1-2e7e-460c-960e-7881682e07aa

Pull #1990

circleci

jlaneve
refactor: remove ASTRO_DEPLOY_GIT_METADATA env var override

Address PR review feedback:
- Remove env var override for git metadata config (users can use
  `astro config set -g deploy.git_metadata false` instead)
- Revert intermediate imageRepository variable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pull Request #1990: feat: add git metadata to deploys via v1alpha1 API

21 of 32 new or added lines in 3 files covered. (65.63%)

20861 of 62937 relevant lines covered (33.15%)

8.52 hits per line

Relevant lines Covered
Build:
Build:
62937 RELEVANT LINES 20861 COVERED LINES
8.52 HITS PER LINE
Source Files on feat/deploy-git-metadata
  • Tree
  • List 172
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
63e5d3b1... feat/deploy-git-metadata refactor: remove ASTRO_DEPLOY_GIT_METADATA env var override Address PR review feedback: - Remove env var override for git metadata config (users can use `astro config set -g deploy.git_metadata false` instead) - Revert intermediate imageReposit... Pull #1990 14 Jan 2026 07:53PM UTC jlaneve circleci
33.15
bc5f47c7... feat/deploy-git-metadata chore: remove planning doc from PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Pull #1990 18 Dec 2025 06:39PM UTC jlaneve circleci
33.15
9710a25d... feat/deploy-git-metadata feat: add deploy.git_metadata config option Add configuration to enable/disable git metadata in deploys: - Add `deploy.git_metadata` config option (default: true) - Add `ASTRO_DEPLOY_GIT_METADATA` env var for CI/CD overrides - Add tests for confi... Pull #1990 18 Dec 2025 06:33PM UTC jlaneve circleci
33.15
8444e6c8... feat/deploy-git-metadata feat: use v1beta1 API with git metadata for all deploys Remove the config flag approach and update the deploy implementation to use v1beta1 API exclusively with git metadata support. This requires the backend changes from astro PR #35907 which ad... Pull #1990 15 Dec 2025 09:20PM UTC jlaneve circleci
33.14
c5fe8d76... feat/deploy-git-metadata refactor: use constants for deploy types instead of string literals Use astrocore.CreateDeployRequestType constants (DAG, IMAGE) instead of raw strings for better type safety. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Au... Pull #1990 15 Dec 2025 07:52PM UTC jlaneve circleci
33.13
ceda42fe... feat/deploy-git-metadata fix: add commit message fallback for v1beta1 path and fix tests - Add commit message fallback for description even when git metadata is disabled - Disable git metadata in deploy tests to preserve existing mock behavior 🤖 Generated with [Claude C... Pull #1990 15 Dec 2025 07:34PM UTC jlaneve circleci
33.13
See All Builds (323)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc