-
Notifications
You must be signed in to change notification settings - Fork 553
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
Display config in correct format when json flag is used #2544
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
=========================================
- Coverage 10.6% 10.6% -0.01%
=========================================
Files 104 104
Lines 8326 8327 +1
=========================================
Hits 883 883
- Misses 7292 7293 +1
Partials 151 151
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.63% +0.02%
==========================================
Files 104 106 +2
Lines 8326 10704 +2378
==========================================
+ Hits 883 1138 +255
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.63% +0.02%
==========================================
Files 104 106 +2
Lines 8326 10704 +2378
==========================================
+ Hits 883 1138 +255
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.63% +0.02%
==========================================
Files 104 106 +2
Lines 8326 10704 +2378
==========================================
+ Hits 883 1138 +255
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.63% +0.02%
==========================================
Files 104 106 +2
Lines 8326 10704 +2378
==========================================
+ Hits 883 1138 +255
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.62% +0.01%
==========================================
Files 104 106 +2
Lines 8326 10703 +2377
==========================================
+ Hits 883 1137 +254
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2544 +/- ##
==========================================
+ Coverage 10.6% 10.62% +0.01%
==========================================
Files 104 106 +2
Lines 8326 10703 +2377
==========================================
+ Hits 883 1137 +254
- Misses 7292 9416 +2124
+ Partials 151 150 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Previously config was encoded in Base64 format. Fixed the code to not do that anymore.
Fixes #2530