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

cyruzin / golang-tmdb / 15035299159
100%

Build:
DEFAULT BRANCH: master
Ran 15 May 2025 02:33AM UTC
Jobs 1
Files 27
Run time 1min
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%
15035299159

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

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

2194 of 2210 relevant lines covered (99.28%)

8.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15035299159.1 15 May 2025 02:33AM UTC 27
99.28
GitHub Action Run
Source Files on build 15035299159
  • Tree
  • List 27
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f1e09a7d on github
  • Prev Build on master (#14806443790)
  • Next Build on master (#15059353163)
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