-
Notifications
You must be signed in to change notification settings - Fork 21
Consider also "maven.surefire.debug" environment variable while decid… #81
Consider also "maven.surefire.debug" environment variable while decid… #81
Conversation
…ing if we are debugging * to make debugging a more seamless process if started from command line using `maven`.
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.
Nice! 👍
Could we get some test coverage here as well?
Looks like some unrelated test failed ("shouldRetryOnFullConnectionPool", https://travis-ci.org/FortnoxAB/reactive-wizard/jobs/421932467), but can try increasing the coverage anyway :) |
Codecov Report
@@ Coverage Diff @@
## master #81 +/- ##
=========================================
Coverage 83.81% 83.81%
- Complexity 1086 1088 +2
=========================================
Files 137 137
Lines 3064 3064
Branches 370 369 -1
=========================================
Hits 2568 2568
Misses 357 357
Partials 139 139
Continue to review full report at Codecov.
|
How does one locally check that coverage/complexity goals are met? ( |
I don't know if or how you can verify the codecov checks without pushing, but the failing tests are due to some flakyness. I reported one of these in #70, but it doesn't seem to be limited to that single test any longer. |
…s (second attempt) * by adding covering both branches for `isIdePresent` method.
Can we run the tests once again? :) |
Any ideas on how to make "codecov/patch" happy? (don't know if kata-containers/tests#508 suggest a proper approach, but anyway :) ) |
It looks strange, the coverage seems good to me. I'll just merge this :) |
Thanks :) |
@splitfeed, so when is the next release? :) |
…ing if we are debugging
maven
.