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

matzefriedrich / parsley
83%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/spf13/cobra-1.10.2
DEFAULT BRANCH: main
Repo Added 17 Sep 2024 09:55PM UTC
Files 66
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/spf13/cobra-1.10.2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.1
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.2
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.3
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.4
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.5
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.4.6
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.5.1
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.5.2
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.5.3
  • dependabot/go_modules/github.com/matzefriedrich/cobra-extensions-0.6.0
  • dependabot/go_modules/github.com/spf13/cobra-1.10.1
  • dependabot/go_modules/github.com/spf13/cobra-1.10.2
  • dependabot/go_modules/github.com/spf13/cobra-1.9.1
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/golang.org/x/mod-0.23.0
  • dependabot/go_modules/golang.org/x/mod-0.24.0
  • dependabot/go_modules/golang.org/x/mod-0.25.0
  • dependabot/go_modules/golang.org/x/mod-0.26.0
  • dependabot/go_modules/golang.org/x/mod-0.27.0
  • dependabot/go_modules/golang.org/x/mod-0.28.0
  • dependabot/go_modules/golang.org/x/mod-0.29.0
  • dependabot/go_modules/golang.org/x/mod-0.30.0
  • feature/factory-funcs
  • fix/streamline-context-usage
  • go_modules/github.com/matzefriedrich/cobra-extensions-0.5.0
  • main

08 Dec 2025 05:13PM UTC coverage: 83.363%. Remained the same
20036494335

Pull #67

github

web-flow
Bump github.com/spf13/cobra from 1.10.1 to 1.10.2

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #67: Bump github.com/spf13/cobra from 1.10.1 to 1.10.2

1874 of 2248 relevant lines covered (83.36%)

26.73 hits per line

Relevant lines Covered
Build:
Build:
2248 RELEVANT LINES 1874 COVERED LINES
26.73 HITS PER LINE
Source Files on main
  • Tree
  • List 66
  • 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
20036494335 dependabot/go_modules/github.com/spf13/cobra-1.10.2 Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/... Pull #67 08 Dec 2025 05:14PM UTC web-flow github
83.36
19684791880 main Upgrades Go version to 1.25.4 push 25 Nov 2025 09:35PM UTC matzefriedrich github
83.36
19683666667 main Bump golang.org/x/mod from 0.29.0 to 0.30.0 (#66) * Bump golang.org/x/mod from 0.29.0 to 0.30.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0. - [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0) ... push 25 Nov 2025 08:49PM UTC web-flow github
83.36
19683639408 dependabot/go_modules/golang.org/x/mod-0.30.0 Updates the changelog Pull #66 25 Nov 2025 08:48PM UTC matzefriedrich github
83.36
19438177331 dependabot/go_modules/golang.org/x/mod-0.30.0 Bump golang.org/x/mod from 0.29.0 to 0.30.0 Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.29.0 to 0.30.0. - [Commits](https://github.com/golang/mod/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.o... Pull #66 17 Nov 2025 05:15PM UTC web-flow github
83.36
19053623019 main Add contributing guidelines to CONTRIBUTING.md push 04 Nov 2025 12:25AM UTC web-flow github
83.36
19052297806 main Adds code of conduct push 03 Nov 2025 11:14PM UTC web-flow github
83.36
19048657497 main fix/streamline-context-usage (#65) * Refactors resolver functions to standardize `context.Context` as the first parameter * Refactors tests to use `t.Context` for context initialization instead of `context.Background` for consistency and improved... push 03 Nov 2025 08:40PM UTC web-flow github
83.36
19048522143 fix/streamline-context-usage Updates the changelog Pull #65 03 Nov 2025 08:35PM UTC matzefriedrich github
83.36
18696222846 main Updates Go version to 1.25 push 21 Oct 2025 08:08PM UTC matzefriedrich github
83.36
See All Builds (120)
  • 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