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

99designs / gqlgen / 23551666227
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/mattn/go-colorable-0.1.15
DEFAULT BRANCH: master
Ran 25 Mar 2026 04:22PM UTC
Jobs 1
Files 0
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 Mar 2026 04:17PM UTC coverage: 0.0%. First build
23551666227

Pull #4096

github

StevenACoffman
Remove use_light_mode_prefetch option (#4080)

This option was intended to speed up package loading by using light mode
(NeedName|NeedFiles|NeedModule) instead of full mode (NeedTypes|NeedSyntax|...).

However, the option doesn't work well with:
- Autobind packages (need full type info to match Go types)
- @goModel mappings (need full type info to resolve types)

For projects using these features (most real-world projects), the option
either causes incorrect code generation or provides no benefit because
the types need to be loaded anyway.

Keeping the 3 other performance options that do work:
- fast_validation: Uses -gcflags="-N -l" for faster validation
- skip_import_grouping: Uses format.Source instead of imports.Process
- use_buffer_pooling: Reuses byte buffers via sync.Pool

Also adds tests for the remaining performance options.

Co-authored-by: NGO Yizraeli <noam.yizraeli@catonetworks.com>
Pull Request #4096: post 4070 4080

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23551666227.1 25 Mar 2026 04:22PM UTC 0
0.0
GitHub Action Run
Source Files on build 23551666227
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4096
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

© 2026 Coveralls, Inc