-
Notifications
You must be signed in to change notification settings - Fork 79
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
Provide Json output. #515
Provide Json output. #515
Conversation
Codacy finds too many magic strings... 😒 |
Add new dependencies to generate valid json: groupId=javax.json,artifactId=javax.json-api groupId=org.glassfish, artifactId=javax.json Fixes openpreserve#385 Doesn't support mix version 0.2.
Codecov Report
@@ Coverage Diff @@
## integration #515 +/- ##
=================================================
- Coverage 49.44% 45.73% -3.71%
- Complexity 984 1046 +62
=================================================
Files 56 56
Lines 7768 9165 +1397
Branches 1409 1650 +241
=================================================
+ Hits 3841 4192 +351
- Misses 3457 4429 +972
- Partials 470 544 +74
Continue to review full report at Codecov.
|
Add new dependencies to generate valid json:
groupId=javax.json,artifactId=javax.json-api
groupId=org.glassfish, artifactId=javax.json
Fixes #385
Doesn't support mix version 0.2.