-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(github): perform a GraphQL schematics validation before processing #900
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #900 +/- ##
========================================
Coverage 99.24% 99.25%
========================================
Files 130 131 +1
Lines 3175 3216 +41
Branches 334 337 +3
========================================
+ Hits 3151 3192 +41
Misses 22 22
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
39e2e65
to
1f2439c
Compare
1f2439c
to
70c761e
Compare
70c761e
to
26cf2e3
Compare
26cf2e3
to
3da27ac
Compare
This run will check every existing schema to ensure that queries and mutations are valid. If not, the processing will throw. This will help us ensure there is no issue and favor a fail-fast approach to fix potential issues ASAP. Closes #855.
3da27ac
to
f7b6df6
Compare
Code Climate has analyzed commit f7b6df6 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 99.7%. View more on Code Climate. |
🎉 This PR is included in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #855.
PR Checklist
Please check if your PR fulfils the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behaviour?
What is the new behaviour?
Does this PR introduce a breaking change?
Other information