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

jlourenc / xgo
100%

Build:
DEFAULT BRANCH: main
Repo Added 03 Jun 2021 12:39AM UTC
Files 22
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
  • ci/fix-permissions
  • refs/tags/v1.0.0
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1

21 Apr 2024 04:10PM UTC coverage: 100.0%. Remained the same
8773930073

push

github

web-flow
feat(xerrors): implement Join which deprecates Append (#59)

Following introduction of errors.Join in 1.20, deprecate xerrors.Append
and replace by it by xerrors.Join.

xerrors.Join is reimplemented but mostly aligned with errors.Join to
appropriately take stack traces when necessary. Function can be used as
a drop-in replacement for errors.Join.

String serialization of joined errors differ from the Go SDK to keep
indentation so that a tree of joined errors can be better appreciated,
as opposed to the flat structure provided by errors.Join.

78 of 78 new or added lines in 2 files covered. (100.0%)

1165 of 1165 relevant lines covered (100.0%)

149.89 hits per line

Relevant lines Covered
Build:
Build:
1165 RELEVANT LINES 1165 COVERED LINES
149.89 HITS PER LINE
Source Files on main
  • Tree
  • List 22
  • Changed 5
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8773930073 main feat(xerrors): implement Join which deprecates Append (#59) Following introduction of errors.Join in 1.20, deprecate xerrors.Append and replace by it by xerrors.Join. xerrors.Join is reimplemented but mostly aligned with errors.Join to appro... push 21 Apr 2024 04:11PM UTC web-flow github
100.0
8736174417 main fix(xtime): ensure TimeMilli serializes with trailing zeros (#58) TimeMilli type is meant to breach the gap that exists in terms of time serialization between languages like Javascript (millisecond precision) and Golang (nanosecond precision). ... push 18 Apr 2024 10:17AM UTC web-flow github
100.0
7952834522 main chore(release): add and remove support for respectively 1.22 and 1.20 (#55) push 19 Feb 2024 12:30AM UTC web-flow github
100.0
7952586281 main docs(licence): update year to 2024 (#56) push 18 Feb 2024 11:58PM UTC web-flow github
100.0
7322313848 main fix(xhttp): HTTP retry transport parse time (#54) Use http.ParseTime to parse Retry-After header values that follow the HTTP-date format. push 25 Dec 2023 02:06PM UTC web-flow github
100.0
7241663424 main refactor(xhttp): move request/response helper functions in their own file (#53) Moves request/response helper functions used in by the retry transport in their own file, respectively request.go and response.go. push 17 Dec 2023 11:26PM UTC web-flow github
100.0
7233344412 main docs(xhttp): update header docs with link to latest RFC (#52) Updates documentation for all the relevant headers to link the latest RFC, notably: - RFC 9110 - HTTP Semantics - RFC 9111 - HTTP Caching push 16 Dec 2023 05:34PM UTC web-flow github
100.0
7231687439 main feat(xhttp): HTTP retry transport (#50) This change implements an HTTP retry transport following HTTP semantics as defined in https://datatracker.ietf.org/doc/html/rfc9110. When the transport is chained to an HTTP client transport, it retries... push 16 Dec 2023 11:43AM UTC web-flow github
100.0
7174608296 main docs(badge): drop CodeQL badge (#51) Drops CodeQL badge as the workflow has been replaced by Snyk. Unfortunately, Snyk does not provide badge for Go codebases. push 11 Dec 2023 11:20PM UTC web-flow github
100.0
7080326818 main ci(lint): upgrade golangci-lint to v1.55 (#49) Upgrade golangci-lint to v1.55 Adds a few more linters, notably revive. Refactors code (tests) accordingly. push 04 Dec 2023 12:21AM UTC web-flow github
100.0
See All Builds (149)
  • 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