-
Notifications
You must be signed in to change notification settings - Fork 66
Replace System Rules with System Lambda #223
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
============================================
- Coverage 75.61% 72.55% -3.07%
+ Complexity 259 245 -14
============================================
Files 48 48
Lines 849 849
Branches 40 40
============================================
- Hits 642 616 -26
- Misses 183 209 +26
Partials 24 24
Continue to review full report at Codecov.
|
Thank you @stefanbirkner ! |
👍 |
👍 |
f25371b
to
8cf523e
Compare
Requires #241 to be merged first, because Coveralls uses a token, but GH doesn't share tokens with builds running from forks. |
System Lambda is more specific. It only wraps the part of the code that reads the environment variables. In addition System Lambda is independent from the test framework and no obstacle for moving to another test framework (e.g. JUnit Lambda).
👍 |
1 similar comment
👍 |
But is there something missing to make the test effective? |
I have to correct my before statement. Looking into https://app.codecov.io/gh/zalando/tokens/compare/223/changes shows, that there should by no coverage difference. |
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
=========================================
Coverage 75.61% 75.61%
Complexity 259 259
=========================================
Files 48 48
Lines 849 849
Branches 40 40
=========================================
Hits 642 642
Misses 183 183
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
System Lambda is more specific. It only wraps the part of the code that
reads the environment variables. In addition System Lambda is
independent from the test framework and no obstacle for moving to
another test framework (e.g. JUnit Lambda).