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

umputun / feed-master / 32272528471
75%
master: 75%

Build:
Build:
LAST BUILD BRANCH: chore/ci-and-deps
DEFAULT BRANCH: master
Ran 19 Aug 2026 03:52PM UTC
Jobs 1
Files 16
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

19 Aug 2026 03:51PM UTC coverage: 74.622%. First build
32272528471

Pull #172

github

paskal
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` runs LIFO, so registering `db.Close` there
closes before the removal.

`TestService_DoIsAllowedFilter` still wrote its downloads and both
`channel*.xml` files straight into `/tmp` under fixed names and asserted
on those paths, which `TestService_Do` already avoids by keeping
everything under its own temp dir.

`TestServer_Run` also never joined the goroutine making the request. When
`Run` returned early, on a port collision for instance, the goroutine
could touch `t` after the test finished, and the test could pass before
any assertion ran. It now signals on a channel the test waits for, and
the request carries a timeout so the wait is bounded.
Pull Request #172: Fix the gosec failure keeping master red, isolate test temp files

1479 of 1982 relevant lines covered (74.62%)

10.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32272528471.1 19 Aug 2026 03:52PM UTC 16
74.62
GitHub Action Run
Source Files on build 32272528471
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #172
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