-
Reproducible bug demo: https://github.com/sterling/nyc-bug
Two coverage json reports are provided in the demo under `coverage/`. These were generated by jest and karma, and cover a single source fi…
-
* **Version**: `v14.18.1`
* **Platform**: `... 20.6.0 Darwin Kernel Version 20.6.0: ...; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64`
Having the ability to add a silent option (typically `…
-
## Link to bug demonstration repository
https://github.com/vellala2000/nyc-bug-demo
## Expected Behavior
Some level of coverage for logger.js file with 'npm run jscoverage'
![image](https://…
-
When studying the source code I realised that there is quite some logic involved in this project.
What is the point of view regarding adding unit tests?
This could help with refactoring in the fut…
-
I've got a source file, `myError.js`, being transpiled with `babel-plugin-transform-builtin-extend`:
```javascript
export default class MyError extends Error {
constructor() {
super('t…
-
When using the `@istanbuljs/nyc-config-typescript` to extend the coverage from nyc for a typescript project written in mocha, there's a bug.
If I run a test where I'm not extending from the `@ista…
-
### Expected behaviour
Karma's documentation should describe how to collect code coverage using the new version of IstanbulJS using the new "karma-coverage-istanbul-reporter" package (https://www.npm…
-
i have been trying to use riteway, in one of my sideprojects. When trying to get it working with instanbul coverage report it shows 0% coverage.
I currently have only a single test.js file , it imp…
-
## Describe the bug
We had to disable code coverage in node 18, which pushed the burden of checking code coverage onto maintainers and PR reviewers.
@achingbrain has prepared a PR to enable it bac…
-
Does `nyc` work with ESM and Node.js 13 without babel?
I followed the steps from https://github.com/avajs/ava/blob/master/docs/recipes/code-coverage.md
My config from `package.json` is
```
"s…
ghost updated
6 months ago