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

vektah / gqlparser / 889
87%

Build:
DEFAULT BRANCH: master
Ran 10 Mar 2026 03:08PM UTC
Jobs 1
Files 56
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

10 Mar 2026 01:52AM UTC coverage: 87.218%. Remained the same
889

Pull #418

circleci

fredzqm
feat(validator): handle repeatable directives correctly

Fixes a panic when validating directives that are not defined in the schema.
Previously, the UniqueDirectivesPerLocation rule would panic if a directive
did not have a definition, as it tried to access .

This change adds a nil check for  before accessing .
A directive is considered non-repeatable if its definition is not found or
if its definition explicitly states it is not repeatable.

Added test cases for:
- A custom repeatable directive used multiple times (expected no error).
- A custom non-repeatable directive used multiple times (expected error).
Pull Request #418: fix: allow repeatable directives on Graphql document

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

5029 of 5766 relevant lines covered (87.22%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 889.1 10 Mar 2026 03:08PM UTC 56
87.22
CircleCI Job
Source Files on build 889
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #889
  • Pull Request #418
  • PR Base - master (#887)
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