-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Codecov seems pretty lost... |
|
Codecov Report
@@ Coverage Diff @@
## master #138 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 75 75
Lines 322 278 -44
Branches 54 0 -54
=====================================
- Hits 322 278 -44
Continue to review full report at Codecov.
|
OK for some reason I had removed module-resolver from babel's build (when making flow), and this was a huge mistake. It made me realise that immutadot-lodash's tests rely on the built immutadot core. For now I see no clean way of handling this. |
Codecov is back on his feet, but it reports -45 files so it is missing one of the reports... |
Maybe tests should be rewritten to real unit tests, so that these don't rely on immutadot's core... |
Finally codecov is OK. But codecov ignores wouldn't work, I had to use jest ignores. And codecov flags still aren't working... |
When i execute
Then when i execute
|
You have to execute a |
Maybe we could add a |
As I mentionned in #138 (comment) I find it a little overkill, and I'm not sure if it's possible to have inter-package script dependency... |
@frinyvonnick I added immutadot's build to immutadot-lodash's pretest, this is ready for review. |
Nice work 👍 |
Description
Issue : #78