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

carapace-sh / carapace-spec
35%
master: 52%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/carapace-sh/carapace-1.9.0
DEFAULT BRANCH: master
Repo Added 11 Mar 2024 03:44PM UTC
Token jyCeZvOqlNKrkFye5q4gVIUSMtvoZtrXN regen
Build 396 Last
Files 17
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 flagset-visit-workaround
branch: flagset-visit-workaround
CHANGE BRANCH
x
Reset
Sync Branches
  • flagset-visit-workaround
  • actionmacro-format
  • add-templates
  • cobra-version
  • codegen-default-value
  • codegen-fix-check
  • codegen-normalize-colon
  • core-disable-ion
  • core-test
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/goreleaser/goreleaser-action-6
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.1.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.1.2
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.1.3
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.1.4
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.1.5
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.2.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.3.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.3.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.3.2
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.3.3
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.4.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.5.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.5.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.5.2
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.5.3
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.6.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.6.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.7.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.7.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.1
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.2
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.3
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.5
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.8.8
  • dependabot/go_modules/github.com/carapace-sh/carapace-1.9.0
  • dependabot/go_modules/github.com/carapace-sh/carapace-shlex-1.1.0
  • dependabot/go_modules/github.com/spf13/cobra-1.8.1
  • dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • dependabot/go_modules/github.com/spf13/pflag-1.0.10
  • dependabot/go_modules/github.com/spf13/pflag-1.0.6
  • dependabot/go_modules/github.com/spf13/pflag-1.0.7
  • dependabot/go_modules/github.com/spf13/pflag-1.0.9
  • doc-add-run
  • doc-catppuccin
  • doc-commands
  • doc-completion
  • doc-default-theme
  • doc-fix-build
  • doc-fix-links
  • doc-fix-title
  • doc-parsing
  • doc-update-command
  • docs-update-theme
  • example-format
  • example-header
  • example-run
  • explicit-replace
  • fix-release
  • fix-win-shebang
  • go-mod-tidy
  • goreleaser-deprecated
  • goreleaser-description
  • goreleaser-use-defaults
  • jsonscheme-pregenerate
  • master
  • nonposix-replace-work
  • patch-1
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.0.2
  • refs/tags/v1.0.3
  • refs/tags/v1.0.4
  • refs/tags/v1.0.5
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.1.2
  • refs/tags/v1.1.3
  • refs/tags/v1.1.4
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.3.2
  • refs/tags/v1.3.3
  • rsteube-patch-2
  • run-envsubst
  • run-handle-err
  • run-release-lock
  • run-shebang
  • run-support-macro
  • selfupdate
  • snapshot-commit
  • termux
  • traverse-nixprofile
  • update-carapace
  • update-package
  • update-readme
  • update-version
  • version
  • windows-duh

03 Sep 2024 03:28PM UTC coverage: 34.696% (+0.03%) from 34.671%
10685986269

Pull #295

github

rsteube
FlagSet: `Visit()`` workaround for persistent flags

Using `VisitAll()` instead of `Visit()` as the latter skips changed persistent flags.
This is due `Command.mergePersistenFlags` -> `FlagSet.AddFlagSet()`
only updating `formal/orderedFormal` and not `actual/orderedActual`.
Pull Request #295: FlagSet: Visit()` workaround for persistent flags

4 of 11 new or added lines in 2 files covered. (36.36%)

433 of 1248 relevant lines covered (34.7%)

0.4 hits per line

Relevant lines Covered
Build:
Build:
1248 RELEVANT LINES 433 COVERED LINES
0.4 HITS PER LINE
Source Files on flagset-visit-workaround
  • Tree
  • List 17
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
10685986269 flagset-visit-workaround FlagSet: `Visit()`` workaround for persistent flags Using `VisitAll()` instead of `Visit()` as the latter skips changed persistent flags. This is due `Command.mergePersistenFlags` -> `FlagSet.AddFlagSet()` only updating `formal/orderedFormal` and... Pull #295 03 Sep 2024 03:28PM UTC rsteube github
34.7
10685893328 flagset-visit-workaround FlagSet: `Visit()`` workaround for persistent flags Using `VisitAll()` instead of `Visit()` as the latter skips changed persistent flags. This is due `Command.mergePersistenFlags` -> `FlagSet.AddFlagSet()` only updating `formal/orderedFormal` and... Pull #295 03 Sep 2024 03:23PM UTC rsteube github
34.72
10685841509 flagset-visit-workaround FlagSet: `Visit()`` workaround for persistent flags Using `VisitAll()` instead of `Visit()` as the latter skips changed persistent flags. This is due `Command.mergePersistenFlags` -> `FlagSet.AddFlagSet()` only updating `formal/orderedFormal` and... Pull #295 03 Sep 2024 03:20PM UTC rsteube github
34.72
10685841851 flagset-visit-workaround FlagSet: `Visit()`` workaround for persistent flags Using `VisitAll()` instead of `Visit()` as the latter skips changed persistent flags. This is due `Command.mergePersistenFlags` -> `FlagSet.AddFlagSet()` only updating `formal/orderedFormal` and... Pull #295 03 Sep 2024 03:19PM UTC rsteube github
34.72
10640044038 flagset-visit-workaround flagset visit workaround for persistent flags Pull #295 30 Aug 2024 10:43PM UTC rsteube github
34.72
See All Builds (281)

Badge your Repo: carapace-spec

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 · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc