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

Eyevinn / hi265 / 32847175217
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: release/v0.5.0
DEFAULT BRANCH: main
Ran 25 Aug 2026 12:22PM UTC
Jobs 1
Files 39
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

25 Aug 2026 12:21PM UTC coverage: 80.229%. First build
32847175217

Pull #9

github

tobbee
build: keep the Python venv out of the Go package list

'make pre-commit' creates venv/ inside the module, and pre-commit ships an
empty Go template in its resources — so './...' has been matching a package
under venv/lib/python3.12/site-packages/pre_commit/resources ever since.

It is an empty main(), so it does not move the percentage, but it shows up as a
phantom 0.0% package in every coverage report and would break 'make test'
outright if that template ever stopped compiling. Filtering it out drops the
package count from 27 to 26 and leaves the total at 84.7%.

Both test: and coverage: now take their package list from the same GOPKGS
filter, and coverage: passes it to -coverpkg as well — otherwise the venv
package stays in the instrumented set even when it is not being tested. The
filter is in the recipes rather than a := variable so it costs nothing on
'make clean'. CI is unaffected either way: venv/ is gitignored, so a runner
never has one.
Pull Request #9: ci: report coverage to Coveralls

7089 of 8836 relevant lines covered (80.23%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32847175217.1 25 Aug 2026 12:22PM UTC 39
80.23
GitHub Action Run
Source Files on build 32847175217
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #9
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