• 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
  • chore/ci-and-deps
  • 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/ci-security-hardening
  • fix/content-type-header-rest-issue-38
  • fix/dead-code-and-api-docs
  • fix/issue-134-delete-endpoint
  • fix/test-isolation
  • 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.12.0
  • 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

19 Aug 2026 11:52PM UTC coverage: 74.631%. Remained the same
32315039732

push

github

web-flow
Add workflow permissions, bump CI actions, go 1.26 and dependencies (#173)

* Add read-only default permissions, bump CI actions to current majors

None of the four workflows declared a top-level `permissions` block, so
each job ran with whatever the repository default grants. The two docker
workflows keep their per-job `packages: write`, which is what they
actually need to push images.

Action bumps: checkout v6 to v7, setup-go v6 to v7, upload-artifact v6
to v7, download-artifact v7 to v8, docker/setup-buildx-action and
docker/login-action v3 to v4, docker/build-push-action v6 to v7.

* Bump go to 1.26, update dependencies

Raises the go directive and the CI `go-version` to 1.26, which is what
`umputun/baseimage:buildgo-latest` already builds with, and moves every
module to its current release. Notable ones are bbolt 1.4.3 to 1.5.0,
which adds a data file size limit option and leaves the on-disk format
alone, and go-pkgz/rest 1.21.0 to 1.24.0, whose CORS and Gzip changes do
not apply here since neither middleware is used.

* Bump golangci-lint to v2.9, required by the go 1.26 directive

v2.6.2 is built with go1.25 and refuses a module targeting 1.26:

    can't load config: the Go language version (go1.25) used to build
    golangci-lint is lower than the targeted Go version (1.26)

v2.9.0 is the first release built with go1.26, and it is what
`umputun/baseimage:buildgo-latest` already installs. It reports nothing
on this tree beyond what v2.6.2 does.

---------

Co-authored-by: Umputun <umputun@gmail.com>

1468 of 1967 relevant lines covered (74.63%)

10.67 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32315039732 master Add workflow permissions, bump CI actions, go 1.26 and dependencies (#173) * Add read-only default permissions, bump CI actions to current majors None of the four workflows declared a top-level `permissions` block, so each job ran with whatever ... push 19 Aug 2026 11:53PM UTC web-flow github
74.63
32315011904 master Remove unused exported symbols and document all public API endpoints (#171) * Remove unused YTChannel config type and ListProcessed store method Neither has a caller anywhere in the repository. `config.YTChannel` was superseded by `youtube.FeedI... push 19 Aug 2026 11:52PM UTC web-flow github
74.63
32314815609 fix/dead-code-and-api-docs Merge branch 'master' into fix/dead-code-and-api-docs Pull #171 19 Aug 2026 11:50PM UTC web-flow github
74.63
32314816982 chore/ci-and-deps Merge branch 'master' into chore/ci-and-deps Pull #173 19 Aug 2026 11:50PM UTC web-flow github
74.62
32314819235 fix/dead-code-and-api-docs Merge branch 'master' into fix/dead-code-and-api-docs Pull #171 19 Aug 2026 11:49PM UTC web-flow github
74.63
32313544825 master Fix the gosec failure keeping master red, isolate test temp files (#172) * Give each test its own bolt file, don't dereference a nil response Three tests in app/proc and one in app/youtube opened `filepath.Join(os.TempDir(), "test.db")`, the sam... push 19 Aug 2026 11:32PM UTC web-flow github
74.62
32272528471 fix/test-isolation Close test bolt handles, keep filter test artefacts in its temp dir `t.TempDir` removes the directory at the end of the test while the bolt handle is still open, so the mapping, descriptor and lock survived until the binary exited; `t.Cleanup` ru... Pull #172 19 Aug 2026 03:52PM UTC paskal github
74.62
22729384954 master Merge pull request #166 from umputun/fix/ci-security-hardening add event == 'push' guard to docker workflows push 05 Mar 2026 05:55PM UTC web-flow github
74.17
22595679765 fix/ci-security-hardening add event == 'push' guard to docker workflows Prevent workflow_run-triggered Docker builds from firing when the upstream CI workflow completes for a pull_request event. Pull #166 02 Mar 2026 09:07PM UTC paskal github
74.17
21550082193 master fix(api): DELETE endpoint now removes audio files and combined feed entries - Add Remove method to proc store for deleting items by GUID - Extend youtube RemoveEntry to delete associated audio file - Update removeEntryCtrl to remove from proc sto... push 31 Jan 2026 08:00PM UTC umputun github
74.17
See All Builds (503)
  • 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