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

umputun / feed-master
75%

Build:
DEFAULT BRANCH: master
Repo Added 20 Oct 2019 06:46PM UTC
Files 16
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • actions
  • config
  • dependabot/github_actions/github-actions-updates-1ee787ebfb
  • dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.16
  • dependabot/go_modules/go-modules-updates-2bc65d338a
  • dependabot/go_modules/go-modules-updates-35dcfad33e
  • dependabot/go_modules/go-modules-updates-68cdcc2012
  • dependabot/go_modules/go-modules-updates-71a6db2b89
  • dependabot/go_modules/go-modules-updates-950b4a9639
  • dependabot/go_modules/go-modules-updates-a8835f245c
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/net-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.23.0
  • duration
  • dverhoturov/telegram_save_to_file
  • fix-ci-caching
  • fix/content-type-header-rest-issue-38
  • invert_filter
  • item-duration
  • master
  • migrate-to-routegroup
  • paskal/bump_modules
  • paskal/duration-err
  • paskal/fix-ci-rebase
  • paskal/fix_filter
  • paskal/fix_golangcilint
  • paskal/fix_large_file_fallback
  • paskal/golangcilnt_improvements
  • paskal/telegram_documentation
  • paskal/telegram_improvements
  • paskal/telegram_proper_chan
  • paskal/trim_captions
  • paskal/trim_improvments
  • persistent-processed
  • refs/pull/12/merge
  • refs/tags/v2.10.0
  • refs/tags/v2.11.0
  • refs/tags/v2.11.1
  • refs/tags/v2.11.2
  • refs/tags/v2.11.3
  • refs/tags/v2.11.4
  • refs/tags/v2.4.0
  • refs/tags/v2.5.0
  • refs/tags/v2.6.0
  • refs/tags/v2.7.0
  • refs/tags/v2.8.0
  • refs/tags/v2.8.1
  • refs/tags/v2.8.2
  • refs/tags/v2.8.3
  • refs/tags/v2.8.4
  • refs/tags/v2.9.0
  • refs/tags/v2.9.1
  • refs/tags/v2.9.2
  • retry
  • twitter
  • update-modules
  • v2.3.0
  • youtube
  • yt-dlp-update
  • yt-mp3-tags
  • yt-playlist

16 Dec 2025 07:02PM UTC coverage: 74.577% (+0.04%) from 74.538%
20279455033

push

github

umputun
fix Content-Type header issue with WriteHeader + RenderJSON pattern

Replace WriteHeader() + RenderJSON() with EncodeJSON() to fix
go-pkgz/rest#38 where Content-Type header was ignored because
headers must be set before WriteHeader() is called.

0 of 1 new or added line in 1 file covered. (0.0%)

1411 of 1892 relevant lines covered (74.58%)

10.68 hits per line

Relevant lines Covered
Build:
Build:
1892 RELEVANT LINES 1411 COVERED LINES
10.68 HITS PER LINE
Source Files on master
  • Tree
  • List 16
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20279455033 master fix Content-Type header issue with WriteHeader + RenderJSON pattern Replace WriteHeader() + RenderJSON() with EncodeJSON() to fix go-pkgz/rest#38 where Content-Type header was ignored because headers must be set before WriteHeader() is called. push 16 Dec 2025 07:03PM UTC umputun github
74.58
20277092168 fix/content-type-header-rest-issue-38 fix Content-Type header issue with WriteHeader + RenderJSON pattern Replace WriteHeader() + RenderJSON() with EncodeJSON() to fix go-pkgz/rest#38 where Content-Type header was ignored because headers must be set before WriteHeader() is called. Pull #162 16 Dec 2025 05:34PM UTC paskal github
74.58
20013970121 master ci: migrate docker builds to native github arm64 runners replace QEMU emulation with native ubuntu-24.04-arm runners for ~70% faster builds. separate docker builds from ci workflows using workflow_run triggers. push-by-digest with manifest merge ... push 08 Dec 2025 01:40AM UTC umputun github
74.54
19913195700 master migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle (#161) Replace go-chi/chi router with go-pkgz/routegroup which wraps the standard library http.ServeMux and provides middleware support. Replace tollbooth rate lim... push 04 Dec 2025 12:19AM UTC web-flow github
74.54
19911329917 migrate-to-routegroup migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle Replace go-chi/chi router with go-pkgz/routegroup which wraps the standard library http.ServeMux and provides middleware support. Replace tollbooth rate limiter wi... Pull #161 03 Dec 2025 10:48PM UTC paskal github pending completion  
19909857209 master Bump golang.org/x/crypto from 0.40.0 to 0.45.0 (#159) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0. - [Commits](https://github.com/golang/crypto/compare/v0.40.0...v0.45.0) --- updated-dependencies: - depend... push 03 Dec 2025 09:46PM UTC web-flow github
74.52
19907423650 migrate-to-routegroup migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle Replace go-chi/chi router with go-pkgz/routegroup which wraps the standard library http.ServeMux and provides middleware support. Replace tollbooth rate limiter wi... Pull #161 03 Dec 2025 08:15PM UTC paskal github
74.54
19907374854 migrate-to-routegroup migrate from go-chi to go-pkgz/routegroup and replace tollbooth with rest.Throttle Replace go-chi/chi router with go-pkgz/routegroup which wraps the standard library http.ServeMux and provides middleware support. Replace tollbooth rate limiter wi... push 03 Dec 2025 08:13PM UTC paskal github
74.54
19903553979 master fix CI workflow caching by reordering checkout and setup-go steps (#160) - move checkout step before setup-go to enable proper Go module caching - update golangci-lint version from v2.3.0 to v2.6 push 03 Dec 2025 05:53PM UTC web-flow github
74.52
19901650056 fix-ci-caching fix CI workflow caching by reordering checkout and setup-go steps - move checkout step before setup-go to enable proper Go module caching - update golangci-lint version from v2.3.0 to v2.6 Pull #160 03 Dec 2025 04:47PM UTC paskal github
74.52
See All Builds (489)
  • 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