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

cyruzin / golang-tmdb / 14873844839 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 07 May 2025 02:34AM UTC
Files 27
Run time 0s
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

05 May 2025 07:31PM UTC coverage: 99.276% (+1.0%) from 98.281%
14873844839.1

push

github

web-flow
Feat/ctx improvements (#75)

* feat: ctx improvements

- improvements in the context of the `get` and `request` functions. these functions now use `context.withtimeout` to ensure that http requests have a timeout, preventing them from hanging indefinitely. a default timeout of 10 seconds is applied if `c.http.timeout` is not configured.

- the `interface{}` type has been replaced with `any` in some parts of the code (functions and structs). this change aims to modernize the code and take advantage of the new keyword introduced in go 1.18, which is an alias for `interface{}`. this improves code readability without altering functionality for go versions >= 1.18. for compatibility with earlier versions, the go code must be compiled with a version prior to 1.18.

* feat: add more tests

2194 of 2210 relevant lines covered (99.28%)

8.22 hits per line

Source Files on job 14873844839.1
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14873844839
  • f1e09a7d on github
  • Prev Job for on master (#14806443790.1)
  • Next Job for on master (#14897336253.1)
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