-
-
Notifications
You must be signed in to change notification settings - Fork 361
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: istanbuljs/nyc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: istanbuljs/nyc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 33 files changed
- 5 contributors
Commits on Apr 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c4fcf5e - Browse repository at this point
Copy the full SHA c4fcf5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca37ffa - Browse repository at this point
Copy the full SHA ca37ffaView commit details
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f745ca - Browse repository at this point
Copy the full SHA 0f745caView commit details -
fix: Exit with code 1 when nyc doesn't know what to do. (#1070)
When nyc is not told to do anything this is an error. We already printed the help message to stderr, now we exit with code 1 to indicate that nyc exited without doing anything. Add a test to cover this edge case and verify that both `nyc` and `nyc --help` produce output as expected to stdout and stderr, exit with the proper code.
Configuration menu - View commit details
-
Copy full SHA for 21fb2c8 - Browse repository at this point
Copy the full SHA 21fb2c8View commit details
Commits on Apr 18, 2019
-
chore: Add test for
nyc --no-clean
. (#1071)Verify that running `nyc command1 && nyc --no-clean command2` causes results results to be merged.
Configuration menu - View commit details
-
Copy full SHA for 85c1eac - Browse repository at this point
Copy the full SHA 85c1eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca84c42 - Browse repository at this point
Copy the full SHA ca84c42View commit details
Commits on Apr 22, 2019
-
docs: instrument docs update [skip ci] (#1063)
Add documentation for `--complete-copy`, and describe how to instrument source JIT on an express server. Move instrument doc to `docs/instrument.md`
Configuration menu - View commit details
-
Copy full SHA for 56591fa - Browse repository at this point
Copy the full SHA 56591faView commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 600c867 - Browse repository at this point
Copy the full SHA 600c867View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bc7ae - Browse repository at this point
Copy the full SHA a7bc7aeView commit details -
chore: node.js 12 compatibility for object snapshot test. (#1084)
node.js 12 changes the format of `util.inspect`, this causes snapshot mismatch. Replace our one object snapshot with a JSON stringified array of `[name, value]` pairs representing the object. Use an array sorted by names as JSON.stringify does not guarantee order of elements in an object.
Configuration menu - View commit details
-
Copy full SHA for 6fc109f - Browse repository at this point
Copy the full SHA 6fc109fView commit details -
feat: Add support for env.NYC_CONFIG_OVERRIDE (#1077)
This allows a process to spawn a child process with an environment variable NYC_CONFIG_OVERRIDE. This is a JSON string which overrides any values in the NYC_CONFIG env. It is not deleted in the child process, so will be contagious unless unset, and it is the responsibility of the caller to manage. The first intended use case of this feature is to allow node-tap to map tests to the specific portion of a system under test that they cover. In this way, unit tests can be more focused, and only re-run when their specific unit has changed. There are, of course, many other uses that this could be put to, and it did not seem appropriate to add a special hook _just_ for overriding the include list.
Configuration menu - View commit details
-
Copy full SHA for 132a074 - Browse repository at this point
Copy the full SHA 132a074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9eaa4 - Browse repository at this point
Copy the full SHA 3d9eaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e39ae1 - Browse repository at this point
Copy the full SHA 1e39ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc05f4 - Browse repository at this point
Copy the full SHA 5cc05f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d90fa - Browse repository at this point
Copy the full SHA c5d90faView commit details
There are no files selected for viewing
This file was deleted.