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

99designs / gqlgen / 23498417181
0%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 03:47PM 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

24 Mar 2026 03:43PM UTC coverage: 0.0%. Remained the same
23498417181

push

github

web-flow
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>

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23498417181.1 24 Mar 2026 03:47PM UTC 0
0.0
GitHub Action Run
Source Files on build 23498417181
Detailed source file information is not available for this build.
  • Back to Repo
  • be391aeb on github
  • Prev Build on master (#23434286698)
  • Next Build on master (#23502797906)
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