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

astronomer / astro-cli
39%

Build:
DEFAULT BRANCH: main
Repo Added 18 Apr 2024 08:23AM UTC
Files 194
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-astro-api-registry-command
  • add-client-registry-validation
  • add-help-examples
  • add-swagger2-and-custom-spec-url
  • add-wait-time-flag
  • add_polaris_cmd
  • add_session_flag
  • adds-plugin-system
  • af2-to-af3-upgrade
  • agent/ai-125
  • agent/ai-84
  • agent/build-839
  • agent/local-1
  • agent/local-2
  • agent/local-5
  • agent/local-6
  • agent/local-7
  • agent/local-8
  • agent/pm-1178
  • agent/pm-1197
  • agent/pm-804
  • ai
  • api-command
  • astro-deploy-improve-cmd-description
  • astro-local-support
  • backfill-force-flags
  • 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/deploy-git-metadata
  • 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-bind-mounts
  • fix-remote-deploy
  • fix-remote-deployment-status-text
  • fix-telemetry-context
  • fix-verbosity-issue
  • fix/1721
  • fix/1974
  • fix/astro-agent-image-semver-selection
  • fix/beautysh-setuptools
  • fix/dev-init-remote-exec
  • fix/dev-run-exit-code
  • fix/mock-registry-tests
  • fix/openapi-31-libopenapi
  • fix/org-switch-pagination-fallback
  • fix/osxcross-sdk-macos12
  • fix/pytest-bind-mount-host-dirs
  • fix/quick-fixes-batch-1
  • fix/remote-deploy-dependency-install
  • fix/standalone-pytest-pythonpath-include
  • fix/standalone-strip-virtual-env
  • fix/standalone-venv-allow-existing
  • 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-command-descriptions
  • improve-remote-deploy-msg
  • josh-fell/fix-pytest-theme-mock
  • kaxilnaik/ai-77-pyprojecttoml-as-project-definition
  • latest-release-1.36.0
  • main
  • neel-astro-patch-1
  • neel-astro-patch-2
  • neel-astro-patch-3
  • nick3/deployment-copy-fixes
  • nick3/update-version-checking
  • nick3/upgrade-go
  • pi-agent-prototype
  • polaris-main
  • pre-commit-ci-update-config
  • pre-commit-lint
  • prek
  • release-1.36
  • release-1.37
  • release-1.38
  • release-1.39
  • release-1.40
  • release-1.40.0
  • release-1.41
  • remote-dev-init
  • remove-registry-commands
  • revert-1956-feature/feature-flag-remote-command
  • run-tests-never-touches-real-config
  • schnie-patch-1
  • software_to_apc
  • standalone-open-browser
  • standardize-error-messages
  • stub-portless-windows
  • telemetry
  • update-codeowners
  • update-godownloader-v1.40.0
  • update-releaser-1.37
  • update_ide_commands
  • upgrade-test-fix-flag
  • windows-tests

05 Apr 2026 12:39AM UTC coverage: 39.31% (+2.8%) from 36.543%
3b1019f2-0353-4cf2-9b95-94a526ba8c4e

push

circleci

web-flow
Astro local support (#2038)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Julian LaNeve <lanevejulian@gmail.com>

97 of 238 new or added lines in 12 files covered. (40.76%)

2 existing lines in 2 files now uncovered.

24843 of 63198 relevant lines covered (39.31%)

9.5 hits per line

Relevant lines Covered
Build:
Build:
63198 RELEVANT LINES 24843 COVERED LINES
9.5 HITS PER LINE
Source Files on main
  • Tree
  • List 194
  • Changed 14
  • Source Changed 14
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3b1019f2... main Astro local support (#2038) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Julian LaNeve <lanevejulian@gmail.com> push 05 Apr 2026 12:45AM UTC web-flow circleci
39.31
8f3e9781... astro-local-support Update submodule go.sum files after Go version bump go mod tidy needed after bumping from 1.24.0 to 1.26.1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #2038 05 Apr 2026 12:10AM UTC jlaneve circleci
39.31
6f440962... astro-local-support Align submodule Go versions with root module (1.26.1) All pkg/ submodules and astro-client-platform-core were still at Go 1.24.0 while the root module is at 1.26.1. Bump them to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthro... Pull #2038 04 Apr 2026 11:58PM UTC jlaneve circleci
39.3
c6457f96... astro-local-support Trigger CI after disabling pre-commit.ci Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #2038 03 Apr 2026 07:07PM UTC schnie circleci
39.3
c03bce47... astro-local-support Fix CI: gofumpt formatting and Windows build compatibility - Fix gofumpt struct alignment in airflow/airflow.go - Fix import ordering in cmd/root.go - Extract platform-specific process signals into process_unix.go and process_windows.go to avoi... Pull #2038 03 Apr 2026 06:52PM UTC schnie circleci
39.3
be345b75... main Swap from pre-commit to prek (#2069) Co-authored-by: Julian LaNeve <lanevejulian@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 02 Apr 2026 08:16PM UTC web-flow circleci
36.54
5991d2d4... prek Merge branch 'main' into prek Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #2069 02 Apr 2026 08:16PM UTC jlaneve circleci
36.54
16343ec2... main --json output and --format consistency pass (#2063) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 02 Apr 2026 07:56PM UTC web-flow circleci
36.54
b5e59866... agent/ai-84 fix: gofumpt alignment for pagination limit variables Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Pull #2063 02 Apr 2026 06:57PM UTC jlaneve circleci
36.54
c86c0a2d... prek Swap from pre-commit to prek We also now enforce formatting rules in CircleCI rather than relying on pre-commit.ci to do it Pull #2069 02 Apr 2026 02:58PM UTC ashb circleci
36.58
See All Builds (438)
  • 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