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

golang-jwt / jwt
70%

Build:
DEFAULT BRANCH: main
Repo Added 05 Apr 2023 12:16PM UTC
Files 23
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: main
CHANGE BRANCH
x
Reset
  • main
  • 338-Update-Token-New-Docs
  • 410-Add-spelling-linter-and-extensions
  • 453-CustomClaim-validation-test
  • 455-Add-require-nbf-parseroption
  • achex/keyfunc-update
  • add-examples
  • add-fuzz-tests
  • allow-multiple-audiences
  • custom-json dcalsky/main main perf_bearer
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/checkout-7
  • dependabot/github_actions/actions/checkout-7.0.1
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/coverallsapp/github-action-2.3.8
  • dependabot/github_actions/crate-ci/typos-1.35.3
  • dependabot/github_actions/crate-ci/typos-1.35.5
  • dependabot/github_actions/crate-ci/typos-1.36.2
  • dependabot/github_actions/crate-ci/typos-1.36.3
  • dependabot/github_actions/crate-ci/typos-1.37.2
  • dependabot/github_actions/crate-ci/typos-1.38.1
  • dependabot/github_actions/crate-ci/typos-1.39.0
  • dependabot/github_actions/crate-ci/typos-1.39.2
  • dependabot/github_actions/crate-ci/typos-1.40.0
  • dependabot/github_actions/crate-ci/typos-1.41.0
  • dependabot/github_actions/crate-ci/typos-1.42.0
  • dependabot/github_actions/crate-ci/typos-1.42.1
  • dependabot/github_actions/crate-ci/typos-1.42.3
  • dependabot/github_actions/crate-ci/typos-1.44.0
  • dependabot/github_actions/crate-ci/typos-1.46.0
  • dependabot/github_actions/crate-ci/typos-1.47.0
  • dependabot/github_actions/crate-ci/typos-1.48.0
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/github_actions/github/codeql-action/analyze-4.37.3
  • dependabot/github_actions/github/codeql-action/autobuild-4.37.3
  • dependabot/github_actions/github/codeql-action/init-4.37.3
  • dependabot/github_actions/golangci/golangci-lint-action-7
  • dependabot/github_actions/golangci/golangci-lint-action-8
  • dependabot/github_actions/golangci/golangci-lint-action-9
  • documentation/update-parseroption-docs
  • feat-issued-at-required
  • fix/duration-for-expiry
  • fix/exp-zero-not-expired
  • fix/mapclaims-aud-invalid-type
  • fix/mapclaims-zero-numeric-date
  • fix/oauth2-non-bearer-fallthrough
  • fix/readme-example-link
  • fix_file_reading_in_cmd_jwt
  • go-121
  • hdonCr/allow-multiple-audiences
  • mf/bump-go
  • mf/ci-hardening
  • mf/fix-jwt-main
  • mf/update
  • mf/with-decode-segment
  • multiple-aud
  • multiple-aud-fix
  • oxisto-patch-1
  • parse-example

06 Jul 2026 08:54AM UTC coverage: 70.463% (+0.2%) from 70.251%
28779717803

push

github

web-flow
fix: return ErrInvalidType for an invalid aud claim type in MapClaims (#511)

10 of 10 new or added lines in 1 file covered. (100.0%)

990 of 1405 relevant lines covered (70.46%)

15.88 hits per line

Relevant lines Covered
Build:
Build:
1405 RELEVANT LINES 990 COVERED LINES
15.88 HITS PER LINE
Source Files on main
  • Tree
  • List 23
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28779717803 main fix: return ErrInvalidType for an invalid aud claim type in MapClaims (#511) push 06 Jul 2026 08:55AM UTC web-flow github
70.46
28704418757 main Pin GitHub Actions to commit SHAs and harden CI workflows (#523) push 04 Jul 2026 11:14AM UTC web-flow github
70.25
26476297660 main mapclaims: stop treating exp=0 as a missing claim (#509) * mapclaims: stop treating exp=0 as a missing claim MapClaims.parseNumericDate short-circuited and returned nil whenever a float64 value happened to be 0. That made the very-much-set exp c... push 26 May 2026 09:30PM UTC web-flow github
70.25
26476247294 main fix: extended token expiry message with duration (#510) Co-authored-by: Taras.Hots <taras.hots@protonmail.com> push 26 May 2026 09:29PM UTC web-flow github
70.17
26393582796 main Bump crate-ci/typos from 1.44.0 to 1.46.0 (#507) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.44.0 to 1.46.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/m... push 25 May 2026 09:30AM UTC web-flow github
70.17
24414050056 main docs: fix broken example link in README (#504) The link to the 'building and signing a token' example pointed to #example-New-Hmac which no longer exists. Update to the correct anchor #example-NewWithClaims-Hmac. Fixes #501 push 14 Apr 2026 05:43PM UTC web-flow github
70.17
23998924642 main Bump crate-ci/typos from 1.42.1 to 1.44.0 (#495) Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.1 to 1.44.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/m... push 05 Apr 2026 09:42AM UTC web-flow github
70.17
21484616490 main Merge 16a989806 into 7ceae619e Pull #485 29 Jan 2026 05:37PM UTC web-flow github
70.17
21453433714 main Add release.yml for changelog configuration push 28 Jan 2026 07:58PM UTC web-flow github
70.17
21452868045 main Merge c201a6ade into 8889e208a Pull #485 28 Jan 2026 07:40PM UTC web-flow github
70.21
See All Builds (237)
  • 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