You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -497,7 +497,7 @@ files.
497
497
498
498
### Bug Fixes
499
499
500
-
* introduced a bug that resulted in source-maps not being loaded approriately on second test run ([#566](https://github.com/istanbuljs/nyc/issues/566)) ([1bf74fd](https://github.com/istanbuljs/nyc/commit/1bf74fd))
500
+
* introduced a bug that resulted in source-maps not being loaded appropriately on second test run ([#566](https://github.com/istanbuljs/nyc/issues/566)) ([1bf74fd](https://github.com/istanbuljs/nyc/commit/1bf74fd))
501
501
502
502
503
503
@@ -726,7 +726,7 @@ files.
726
726
727
727
### Features
728
728
729
-
* upgrade to new test-exclude; with suppport for node_modules, and empty exclude ([#348](https://github.com/bcoe/nyc/issues/348)) ([d616ffc](https://github.com/bcoe/nyc/commit/d616ffc))
729
+
* upgrade to new test-exclude; with support for node_modules, and empty exclude ([#348](https://github.com/bcoe/nyc/issues/348)) ([d616ffc](https://github.com/bcoe/nyc/commit/d616ffc))
730
730
731
731
732
732
### BREAKING CHANGES
@@ -742,7 +742,7 @@ files.
742
742
### Bug Fixes
743
743
744
744
* make --all flag work with files with extensions other than .js ([#326](https://github.com/bcoe/nyc/issues/326)) ([d0a8674](https://github.com/bcoe/nyc/commit/d0a8674))
745
-
*work around for Windows path issue nodejs/node[#6624](https://github.com/bcoe/nyc/issues/6624) ([6b1fed0](https://github.com/bcoe/nyc/commit/6b1fed0))
745
+
*workaround for Windows path issue nodejs/node[#6624](https://github.com/bcoe/nyc/issues/6624) ([6b1fed0](https://github.com/bcoe/nyc/commit/6b1fed0))
746
746
747
747
748
748
### Features
@@ -882,7 +882,7 @@ files.
882
882
883
883
### Features
884
884
885
-
* better docs for excluding, thanks @kentdodds \o/ ([22b06fe](https://github.com/bcoe/nyc/commit/22b06fe))
885
+
* better docs for excluding, thanks @kentcdodds \o/ ([22b06fe](https://github.com/bcoe/nyc/commit/22b06fe))
886
886
* updating dependencies (spawn wrap with npm patches \o/) ([ac841b8](https://github.com/bcoe/nyc/commit/ac841b8))
887
887
888
888
@@ -920,7 +920,7 @@ files.
920
920
921
921
### v6.1.0 (2016/03/12 15:00 +7:00)
922
922
923
-
-[#191](https://github.com/bcoe/nyc/pull/191) upgrade to non-singleton verison of yargs (@bcoe)
923
+
-[#191](https://github.com/bcoe/nyc/pull/191) upgrade to non-singleton version of yargs (@bcoe)
924
924
-[#185](https://github.com/bcoe/nyc/pull/185) default to long-form option names so that they can be overridden in package.json (@rapzo)
925
925
-[#180](https://github.com/bcoe/nyc/pull/180) fix bug with findUp (@bcoe)
926
926
-[#178](https://github.com/bcoe/nyc/pull/178) --all should handle extensions other than .js. (@lloydcotten)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ nyc --require esm mocha
258
258
### Interaction with `--all` flag
259
259
260
260
The `--require` flag also operates on the main nyc process for use by `--all`.
261
-
For example, in situations with `nyc --all --instrument false` and [`babel-plugin-istanbul`]setup the `--all` option only works if `--require @babel/register` is passed to nyc.
261
+
For example, in situations with `nyc --all --instrument false` and [`babel-plugin-istanbul`]set up the `--all` option only works if `--require @babel/register` is passed to nyc.
262
262
Passing it to mocha would cause the tests to be instrumented but unloaded sources would not be seen.
263
263
The [`@istanbuljs/nyc-config-babel`] package handles this for you!
Copy file name to clipboardExpand all lines: docs/profiling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ cd /user/dev/ava
29
29
npm link nyc
30
30
```
31
31
32
-
This will likely not work with `tap --coverage`, since tap will try to use it's own older copy of nyc instead of your globally linked one. Modify the test script in your test project so it uses the `nyc` binary directly, and disable `tap`s version with the `--no-cov` flag:
32
+
This will likely not work with `tap --coverage`, since tap will try to use its own older copy of nyc instead of your globally linked one. Modify the test script in your test project so it uses the `nyc` binary directly, and disable `tap`s version with the `--no-cov` flag:
0 commit comments