Jan Küster
Jan Küster
Releated PR: https://github.com/kamranahmedse/driver.js/pull/274
cc @mullojo @EloyID
I create a PR in a few minutes, until it's published you can hotfix this in your `.meteor/packages` by using ``` lmieulet:[email protected]! ```
It seems to not fix the situation, I cloned and updated `meteortesting:mocha` with the following line: ``` api.use('lmieulet:[email protected] || 2.0.1 || 3.0.0 || 4.0.0', 'client', { weak: true }); ```...
Downgrading to `lmieulet:[email protected]` @serut do you know which changes could be the cause here?
@serut from my end it works with `meteortesting:[email protected]` and `lmieulet:[email protected]` I just wonder why coverage is empty when using 4.0.0 :-/ I also saw that circle tests fail for the...
Hm but how can this change lead to empty coverage? Isn't it relying on Istanbul?
I still get no coverage, it's all empty (although the files are listed). I am using `4.1.0` and I get the following messages: ``` W20211101-13:03:51.286(1)? (STDERR) Handlebars: Access has been...
interesting: text summary and json summary do work fine with the above mentioned setup
https://github.com/jankapunkt/meteor-2.5-coverage-issue