-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add json output to target-query --list #841
Conversation
Hi @JSCU-CNI , please open an issue and attache this PR so we can schedule a review into our sprints. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #841 +/- ##
==========================================
+ Coverage 76.85% 76.87% +0.01%
==========================================
Files 318 318
Lines 27231 27258 +27
==========================================
+ Hits 20929 20955 +26
- Misses 6302 6303 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR does not seem to be merged, but I can see a merge commit in |
This PR adds JSON output support to
target-query --list
using the--json
flag. Fixes #887.