-
I'm interested in added a column for the HTML reporter that provides the file's timestamp (useful for looking and recently changed files and their coverage). Does the node have a file timestamp field…
-
I'm observing that we are ignoring certain files from the coverage report on windows due to a quirk in the way [test-exclude](https://github.com/istanbuljs/test-exclude) works.
When we get here on…
j03m updated
8 months ago
-
I inherited a project that uses this library, and I need some help migrating to babel-plugin-istanbul. The karma.conf.js file has this definition in it right now:
```
webpack: {
devtool: 'inlin…
-
The file is being overwritten every time a new test suite runs (more precisely, every time "write" is being called), making it impossible to merge the code coverage for multiple test suites.
If separ…
-
modules org-scoped by name now appear as `./node_modules/@org/package`
errors below
```
{ [Error: ENOENT: no such file or directory, access '/home/xyz/Development/metamask-extension2/node_modules…
-
## Link to bug demonstration repository
https://github.com/janek37/nyc-testcase
## Expected Behavior
Not ignore files that are not touched by tests.
## Observed Behavior
Some files no…
-
**What product do you want to improve?**
CodeCov coverage gatherer
**Is your feature request related to a problem? Please describe.**
Some parts of the code are either extremely hard or impossibl…
-
Hi,
can we customize reporters by options or configuration?
Like, to say, "dark mode" or "title" on html reporter.
-
#20 downgraded some libraries that were causing issues on OS X, figure out how exactly to fix it without downgrading
-
I would love help pulling together a tutorial, regarding adding test-coverage to ES6 projects using nyc, babel-plugin-istanbul, etc.
I've added this section waiting to be filled in:
http://istanbul.…