• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

gookit / greq
68%

Build:
DEFAULT BRANCH: main
Repo Added 09 Aug 2022 01:38PM UTC
Token FGihibsOKE8eEKkVkgD54bJgF4sTvJOWO regen
Build 146 Last
Files 13
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
Sync Branches
  • No branch selected
  • dependabot/github_actions/WillAbides/setup-go-faster-1.10.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.10.1
  • dependabot/github_actions/WillAbides/setup-go-faster-1.11.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.12.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.13.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.14.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.15.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.9.0
  • dependabot/github_actions/WillAbides/setup-go-faster-1.9.1
  • dependabot/github_actions/actions/checkout-4
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/morphy2k/revive-action-2.5.11
  • dependabot/github_actions/morphy2k/revive-action-2.5.2
  • dependabot/github_actions/morphy2k/revive-action-2.5.3
  • dependabot/github_actions/morphy2k/revive-action-2.5.4
  • dependabot/github_actions/morphy2k/revive-action-2.5.6
  • dependabot/github_actions/morphy2k/revive-action-2.5.7
  • dependabot/github_actions/morphy2k/revive-action-2.6.0
  • dependabot/github_actions/morphy2k/revive-action-2.6.1
  • dependabot/github_actions/morphy2k/revive-action-2.7.0
  • dependabot/github_actions/morphy2k/revive-action-2.7.1
  • dependabot/github_actions/morphy2k/revive-action-2.7.2
  • dependabot/github_actions/morphy2k/revive-action-2.7.3
  • dependabot/github_actions/morphy2k/revive-action-2.7.4
  • dependabot/github_actions/morphy2k/revive-action-2.7.5
  • dependabot/github_actions/morphy2k/revive-action-2.7.6
  • dependabot/github_actions/morphy2k/revive-action-2.7.8
  • dependabot/github_actions/softprops/action-gh-release-2
  • dependabot/github_actions/softprops/action-gh-release-3
  • dependabot/go_modules/github.com/gookit/goutil-0.5.10
  • dependabot/go_modules/github.com/gookit/goutil-0.5.11
  • dependabot/go_modules/github.com/gookit/goutil-0.5.8
  • dependabot/go_modules/github.com/gookit/goutil-0.5.9
  • dependabot/go_modules/github.com/gookit/goutil-0.6.11
  • dependabot/go_modules/github.com/gookit/goutil-0.6.12
  • dependabot/go_modules/github.com/gookit/goutil-0.6.13
  • dependabot/go_modules/github.com/gookit/goutil-0.6.14
  • dependabot/go_modules/github.com/gookit/goutil-0.6.15
  • dependabot/go_modules/github.com/gookit/goutil-0.6.16
  • dependabot/go_modules/github.com/gookit/goutil-0.6.17
  • dependabot/go_modules/github.com/gookit/goutil-0.6.18
  • dependabot/go_modules/github.com/gookit/goutil-0.6.9
  • dependabot/go_modules/github.com/gookit/goutil-0.7.5
  • main
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1

19 May 2026 02:13AM UTC coverage: 67.767%. Remained the same
26072004057

push

github

inhere
build(release): chmod +x linux/darwin artifacts, smoke-test version output

- Makefile build-linux-{amd64,arm64} and build-darwin-{amd64,arm64} now
  chmod a+x each produced binary so the bit is set explicitly before
  tar packs them. go build already sets 0755 on Linux/macOS hosts, but
  this makes the intent obvious and survives cross-builds from hosts
  where the +x bit doesn't round-trip.
- Makefile build-linux/build-darwin/build-windows are now thin
  aggregates that depend on the per-arch sub-targets (no duplicate for
  loops to maintain).
- release.yml runs the linux/amd64 binaries with --version after
  packaging so a broken build fails the release before assets get
  uploaded.
- gbench main.go drops the unused -V short flag on --version.

1211 of 1787 relevant lines covered (67.77%)

3.04 hits per line

Relevant lines Covered
Build:
Build:
1787 RELEVANT LINES 1211 COVERED LINES
3.04 HITS PER LINE
Source Files on main
  • Tree
  • List 13
  • 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
26072004057 main build(release): chmod +x linux/darwin artifacts, smoke-test version output - Makefile build-linux-{amd64,arm64} and build-darwin-{amd64,arm64} now chmod a+x each produced binary so the bit is set explicitly before tar packs them. go build alr... push 19 May 2026 02:14AM UTC inhere github
67.77
26040649951 main ci(release): use go mod verify instead of go mod tidy tidy on a release machine can silently rewrite go.sum when something has drifted, producing binaries built against module state that doesn't match what's checked into the tag. verify makes the... push 18 May 2026 02:43PM UTC inhere github
67.77
26031275179 main chore: Bump Go version to 1.23 and move TODO to docs push 18 May 2026 11:42AM UTC inhere github
49.09
25353756168 main chore(deps): bump github.com/gookit/goutil from 0.7.3 to 0.7.5 (#83) push 05 May 2026 01:57AM UTC web-flow github
51.31
25349602935 dependabot/go_modules/github.com/gookit/goutil-0.7.5 chore(deps): bump github.com/gookit/goutil from 0.7.3 to 0.7.5 Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.7.3 to 0.7.5. - [Release notes](https://github.com/gookit/goutil/releases) - [Commits](https://github.com/goo... Pull #83 04 May 2026 11:41PM UTC web-flow github
51.31
24378786748 main chore(deps): bump softprops/action-gh-release from 2 to 3 (#82) push 14 Apr 2026 03:06AM UTC web-flow github
51.31
24365427008 dependabot/github_actions/softprops/action-gh-release-3 chore(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](ht... Pull #82 13 Apr 2026 08:33PM UTC web-flow github
51.31
23226266328 main chore(deps): bump WillAbides/setup-go-faster from 1.14.0 to 1.15.0 (#81) push 18 Mar 2026 02:30AM UTC web-flow github
51.31
23212802595 dependabot/github_actions/WillAbides/setup-go-faster-1.15.0 chore(deps): bump WillAbides/setup-go-faster from 1.14.0 to 1.15.0 Bumps [WillAbides/setup-go-faster](https://github.com/willabides/setup-go-faster) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/willabides/setup-go-faster/releases) ... Pull #81 17 Mar 2026 07:33PM UTC web-flow github
51.31
19621846300 main chore(deps): bump actions/checkout from 5 to 6 (#79) push 24 Nov 2025 02:53AM UTC web-flow github
51.22
See All Builds (89)

Badge your Repo: greq

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

© 2026 Coveralls, Inc