-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/59 case variables #60
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #60 +/- ##
=============================================
- Coverage 77.59% 76.37% -1.22%
- Complexity 373 414 +41
=============================================
Files 56 62 +6
Lines 839 961 +122
Branches 72 78 +6
=============================================
+ Hits 651 734 +83
- Misses 140 179 +39
Partials 48 48
Continue to review full report at Codecov.
|
@zambrovski If I do not hear objections, I will merge and release tomorrow ... need this feature at work asap. |
Wait for me
Simon Zambrovski
Dipl.-Ing.-Inf.
Mobile: +49 176 1616 9010
E-Mail: simon@zambrovski.org
Internet: http://simon.zambrovski.org/
… Am 24.07.2020 um 15:37 schrieb Jan Galinski ***@***.***>:
@zambrovski If I do not hear objections, I will merge and release tomorrow ... need this feature at work asap.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Bad idea to combine change of formatting (actually why was is needed?) with functional features. It looks ok to me, the continuous decrease of coverage is kind of weak, but it is not solely the problem of your change. Still, we started with above 80% and are below 60% now... more complexity and less tests seems to be a risky path. I could not find any examples how to use it... I think there should be examples for usage and for mocking inside the official docs... three lines inside the release docs / features might be not enough to describe the feature you implemented. |
No idea why this wasn't formatted correctly in the first place ... should have been handled by the editorconfig no examples ... cmmn is an edge case ... might add some later |
Hm. The editor config says 2 spaces not 4. Are you sure you applied the correct formatter? |
will check ... can you just fix it? |
No. I have a cellphone only. |
ah. :-) ok ... will do |
will do reformatting in separated pr ... to much clutter |
Probably, a defined formatter is king!
I asked you for one some time ago if you remember. For now I picked the default IDEA IntelliJ with Editor config...
… Am 26.07.2020 um 11:08 schrieb Jan Galinski ***@***.***>:
will do reformatting in separated pr ... to much clutter
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
yes, i know. see #61 but combined formatting of java/kotlin and formatting that matches codacy are still unsolved issues. I will merge this and do a follow-up push with correct formatting |
Adds support for variable access on caseService.
see #59