botobag / artemis

GraphQL implementation for Go
Other
10 stars 0 forks source link

[validator] Implement "Directives Are Unique Per Location". #196

Closed zonr closed 5 years ago

zonr commented 5 years ago

Ref #71.

codecov[bot] commented 5 years ago

Codecov Report

Merging #196 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   83.03%   83.07%   +0.03%     
==========================================
  Files         116      117       +1     
  Lines        9792     9823      +31     
==========================================
+ Hits         8131     8160      +29     
- Misses       1350     1351       +1     
- Partials      311      312       +1
Impacted Files Coverage Δ
graphql/validator/rule.go 95.45% <ø> (ø) :arrow_up:
.../validator/rules/unique_directives_per_location.go 100% <100%> (ø)
graphql/internal/validator/messages.go 98.15% <100%> (+0.02%) :arrow_up:
graphql/validator/walk.go 98.13% <100%> (+0.07%) :arrow_up:
graphql/validator/rules/init.go 100% <100%> (ø) :arrow_up:
concurrent/worker_pool_executor.go 88.96% <0%> (-0.69%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff588f3...e7256d3. Read the comment docs.