-
@douglasduteil: point to official es6 solution: https://github.com/istanbuljs/babel-plugin-istanbul
-
### Describe the bug
I know vitest has coverage built in by default using istanbul, but I'd like to skip that built in coverage and use this plugin with vitest for some other issues i'm facing.
A…
-
In the following, `contract.balances` and `result` are implicitly typed as `any`, because the `Contract` class doesn't have a `balances` method.
```ts
import { Contract } from '@ethersproject/cont…
-
Hello,
So I am trying to convert my v8 coverage to istanbul and got surprised that the translation is not working as expected.
Unfortunately I cannot share a repo for you to debug, so I have to de…
-
My lcov.info remapping worked just fine, but when I tried to include an HTML report, I got this error (paths shortened for readability):
```
ERROR [reporter.remap-istanbul]: [39mTypeError: Cannot…
-
See https://github.com/istanbuljs/nyc/issues/425 for more detail on what actually happens.
For some reason I've only been able to reproduce with `babel-preset-es2015` and `babel-preset-stage-1` act…
-
- Client side filtering on ComboBox fails with Turkish strings
ComboBox ilCombobox = new ComboBox("combobox");
List iller = new ArrayList(){{ addAll("istanbul", "İSTANBUL", "ISTAN…
-
Hello,
I have next dependencies installed for project: [dependencies.txt](https://github.com/karma-runner/karma-coverage/files/422809/dependencies.txt)
And here is my karma.conf.js: [karma.conf.txt](h…
-
Hello,
I'm interested in using Istanbul to collect coverage of our UI tests but I'm wondering about the actual coverage collected in such UI test context.
Let's assume I have:
- a Javascript library…
-
Hi, how to ignore the log statements when testing in mocha or karma.I test the project these days, but i cannot want to update or write the test files and to ignore the log statements when testing. He…