-
Notifications
You must be signed in to change notification settings - Fork 28
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: add source query param to validate v2 endpoint #472
Conversation
2d214f8
to
c8332af
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #472 +/- ##
=======================================
Coverage 96.12% 96.12%
=======================================
Files 652 652
Lines 17294 17297 +3
=======================================
+ Hits 16624 16627 +3
Misses 670 670
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #472 +/- ##
=======================================
Coverage 96.12% 96.12%
=======================================
Files 652 652
Lines 17294 17297 +3
=======================================
+ Hits 16624 16627 +3
Misses 670 670
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c8332af
to
2f48fee
Compare
1439374
to
ce4e07d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #472 +/- ##
=====================================
Coverage 95.78 95.78
=====================================
Files 766 766
Lines 17752 17752
=====================================
Hits 17002 17002
Misses 750 750
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ce4e07d
to
67c50ad
Compare
Purpose/Motivation
We currently have no visibility into how much our vscode extension is being used outside of install counts. This PR, paired with the corresponding change to our vscode extension, will allow us to see how frequently the validate YAML endpoint is being hit from the extension.
Part of #441
What does this PR do?