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

99designs / gqlgen / 5681240560
0%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2023 01:36PM UTC
Jobs 2
Files 115
Run time 5s
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

27 Jul 2023 01:34PM UTC coverage: 75.705% (+0.05%) from 75.66%
5681240560

push

github

web-flow
Fix plugin template resolution (#2733)

- According to the documentation comment for [templates.Options], if the
  `Template` and `TemplateFS` fields are empty, it `Render` should find
  the `.gotpl` files from the calling plugin. However, it looks like
  this is broken since #2262 moved the resolution code to a separate
  helper function. This results in broken behavior in consumers such as
  [infiotinc/gqlgenc](https://github.com/infiotinc/gqlgenc) when they
  use the latest version of `gqlgen` as instead of finding the template
  from the plugin, the test template from this package is used which
  outputs only: `this is my test package`.
- The cause for this is that `runtime.Caller` was still only skipping
  one stack level which means that it was finding the `Render` function
  instead of its caller.

[templates.Options]: https://pkg.go.dev/github.com/99designs/gqlgen@v0.17.35/codegen/templates#Options

1 of 1 new or added line in 1 file covered. (100.0%)

6712 of 8866 relevant lines covered (75.7%)

1378.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5681240560.1 27 Jul 2023 01:36PM UTC 0
79.34
GitHub Action Run
2 5681240560.2 27 Jul 2023 01:37PM UTC 0
75.7
GitHub Action Run
Source Files on build 5681240560
Detailed source file information is not available for this build.
  • Back to Repo
  • 60ec0d86 on github
  • Prev Build on master (#5662821633)
  • Next Build on master (#5684386962)
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