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

carapace-sh / carapace-jq
69%
master: 69%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0
DEFAULT BRANCH: master
Repo Added 11 Jul 2026 12:16PM UTC
Token enCzbVBndP1wEjh4AVUQYaUOGiPAAPBRi regen
Build 32 Last
Files 12
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 dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dependabot/github_actions/actions/setup-go-7
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.13.3
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0
  • fix-doubleprefix
  • fix/builtin-completion-suffix
  • master
  • refs/tags/v0.0.1
  • refs/tags/v0.0.2
  • refs/tags/v0.0.3
  • sandbox-completion-tests
  • sandbox-edge-case-tests
  • tags

27 Jul 2026 02:15AM UTC coverage: 69.214%. Remained the same
30231742074

Pull #8

github

web-flow
Bump github.com/carapace-sh/carapace from 1.13.2 to 1.14.0

Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.13.2 to 1.14.0.
- [Release notes](https://github.com/carapace-sh/carapace/releases)
- [Commits](https://github.com/carapace-sh/carapace/compare/v1.13.2...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/carapace-sh/carapace
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #8: Bump github.com/carapace-sh/carapace from 1.13.2 to 1.14.0

2817 of 4070 relevant lines covered (69.21%)

0.78 hits per line

Relevant lines Covered
Build:
Build:
4070 RELEVANT LINES 2817 COVERED LINES
0.78 HITS PER LINE
Source Files on master
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30231742074 dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0 Bump github.com/carapace-sh/carapace from 1.13.2 to 1.14.0 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Commits](htt... Pull #8 27 Jul 2026 02:15AM UTC web-flow github
69.21
30231744431 dependabot/go_modules/github.com/carapace-sh/carapace-1.14.0 Bump github.com/carapace-sh/carapace from 1.13.2 to 1.14.0 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Commits](htt... Pull #8 27 Jul 2026 02:15AM UTC web-flow github
69.21
29973878499 dependabot/go_modules/github.com/carapace-sh/carapace-1.13.3 Bump github.com/carapace-sh/carapace from 1.13.2 to 1.13.3 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Commits](htt... Pull #7 23 Jul 2026 02:14AM UTC web-flow github
69.21
29973880497 dependabot/go_modules/github.com/carapace-sh/carapace-1.13.3 Bump github.com/carapace-sh/carapace from 1.13.2 to 1.13.3 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Commits](htt... Pull #7 23 Jul 2026 02:14AM UTC web-flow github
69.21
29549436358 dependabot/github_actions/actions/setup-go-7 Bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- upd... Pull #6 17 Jul 2026 02:14AM UTC web-flow github
69.21
29285793873 master Merge pull request #5 from carapace-sh/fix/builtin-completion-suffix Fix builtin completion suffixes to match jq calling conventions push 13 Jul 2026 09:18PM UTC web-flow github
69.21
29285705816 fix/builtin-completion-suffix Fix builtin completion suffixes to match jq calling conventions Zero-arity builtins (length, sort, add, etc.) are called without parentheses in jq, so they no longer get a `()` suffix. Builtins with arguments (map, select, first(expr), etc.) now ... Pull #5 13 Jul 2026 09:16PM UTC rsteube-bot github
69.21
29165601116 refs/tags/v0.0.3 Merge pull request #4 from carapace-sh/sandbox-completion-tests Add completion sandbox tests and rename parse tests to edgecase push 11 Jul 2026 07:38PM UTC web-flow github
69.18
29165590637 master Merge pull request #4 from carapace-sh/sandbox-completion-tests Add completion sandbox tests and rename parse tests to edgecase push 11 Jul 2026 07:38PM UTC web-flow github
69.18
29165238027 sandbox-completion-tests Rewrite sandbox tests to use Expect for exact completion verification Replace all ExpectNot-only tests with 21 Expect tests that verify exact completion output at expression-context cursor positions (empty, after pipe, after operators, inside fun... Pull #4 11 Jul 2026 07:26PM UTC rsteube github
69.18
See All Builds (26)

Badge your Repo: carapace-jq

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc