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

dev-shimada / discord-rss-bot
84%

Build:
DEFAULT BRANCH: main
Repo Added 02 Nov 2024 01:28PM UTC
Token w5uyjIYCdLJPqmPj79zhbxP5jHHVWfrTa regen
Build 59 Last
Files 5
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
Sync Branches
  • main
  • dependabot/go_modules/github.com/bwmarrin/discordgo-0.29.0
  • dependabot/go_modules/github.com/google/go-cmp-0.7.0
  • dependabot/go_modules/github.com/mmcdole/gofeed-1.4.0
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.7
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.8
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.9
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.0
  • dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.1
  • dependabot/go_modules/go_modules-57bd245098
  • dependabot/go_modules/go_modules-bbb8b02913
  • dependabot/go_modules/go_modules-c153b83258
  • dependabot/go_modules/go_modules-f08a7b03a6
  • dependabot/go_modules/gorm.io/driver/sqlite-1.5.7
  • dependabot/go_modules/gorm.io/driver/sqlite-1.6.0
  • dependabot/go_modules/gorm.io/gorm-1.26.0
  • dependabot/go_modules/gorm.io/gorm-1.26.1
  • dependabot/go_modules/gorm.io/gorm-1.30.0
  • dependabot/go_modules/gorm.io/gorm-1.30.1
  • dependabot/go_modules/gorm.io/gorm-1.30.2
  • dependabot/go_modules/gorm.io/gorm-1.30.3
  • dependabot/go_modules/gorm.io/gorm-1.31.0
  • dependabot/go_modules/gorm.io/gorm-1.31.1
  • dependabot/go_modules/gorm.io/gorm-1.31.2
  • feature/CI
  • feature/check
  • feature/refactor

11 Jul 2026 05:33AM UTC coverage: 83.505% (+1.3%) from 82.209%
29141424544

push

github

dev-shimada
Fix crash and correctness bugs found in code review

- Fall back to nil PublishedParsed/UpdatedParsed instead of panicking on
  feed items without a parseable date (crashed the whole process)
- Bail out cleanly instead of panicking when DB init fails (main.go,
  database.CloseDB)
- Keep the background poll loop alive after a transient FindAll error
  instead of returning and killing it permanently
- Use log/slog instead of the unconfigured golang.org/x/exp/slog in
  usecase/subscription.go
- RssEntryPersistence.Find now filters by entry link instead of loading
  the entire table every tick
- Fetch each subscribed URL once per tick instead of once per channel
- Surface List() errors to the user instead of silently showing an
  empty list

Adds test coverage for the date-fallback logic, the once-per-URL fetch
behavior, and the Find filtering.

40 of 43 new or added lines in 2 files covered. (93.02%)

4 existing lines in 1 file now uncovered.

162 of 194 relevant lines covered (83.51%)

3.94 hits per line

Relevant lines Covered
Build:
Build:
194 RELEVANT LINES 162 COVERED LINES
3.94 HITS PER LINE
Source Files on main
  • Tree
  • List 5
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29141424544 main Fix crash and correctness bugs found in code review - Fall back to nil PublishedParsed/UpdatedParsed instead of panicking on feed items without a parseable date (crashed the whole process) - Bail out cleanly instead of panicking when DB init fa... push 11 Jul 2026 05:36AM UTC dev-shimada github
83.51
27007868161 main Merge pull request #33 from dev-shimada/dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 Bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 push 05 Jun 2026 09:50AM UTC web-flow github
82.21
26942459217 main Update Dockerfile and CI configurations; bump Go version and dependencies push 04 Jun 2026 09:14AM UTC dev-shimada github
82.21
19386179655 main Merge pull request #29 from dev-shimada/dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.1 Bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 push 15 Nov 2025 07:07AM UTC web-flow github
82.21
19030069873 main Merge pull request #28 from dev-shimada/dependabot/go_modules/gorm.io/gorm-1.31.1 Bump gorm.io/gorm from 1.31.0 to 1.31.1 push 03 Nov 2025 09:38AM UTC web-flow github
82.21
18816213810 main Merge pull request #27 from dev-shimada/dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.0 Bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0 push 26 Oct 2025 09:47AM UTC web-flow github
82.21
18005441962 main Merge pull request #26 from dev-shimada/dependabot/go_modules/gorm.io/gorm-1.31.0 Bump gorm.io/gorm from 1.30.2 to 1.31.0 push 25 Sep 2025 11:06AM UTC web-flow github
82.21
17521950358 main Merge pull request #24 from dev-shimada/dependabot/go_modules/gorm.io/gorm-1.30.2 Bump gorm.io/gorm from 1.30.1 to 1.30.2 push 07 Sep 2025 01:19AM UTC web-flow github
82.21
16874602473 main Merge pull request #22 from dev-shimada/dependabot/go_modules/gorm.io/gorm-1.30.1 Bump gorm.io/gorm from 1.30.0 to 1.30.1 push 11 Aug 2025 08:19AM UTC web-flow github
82.21
16825836575 main Merge pull request #23 from dev-shimada/dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.9 Bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 push 08 Aug 2025 08:34AM UTC web-flow github
82.21
See All Builds (59)

Badge your Repo: discord-rss-bot

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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