-
-
Notifications
You must be signed in to change notification settings - Fork 362
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: v13.1.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: v13.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 16 files changed
- 10 contributors
Commits on Oct 14, 2018
-
docs: Reference @babel/preset-env instead of @babel/env (#925)
Using the full module name may help avoid potential confusion as `npm install @babel/env` is not valid.
Configuration menu - View commit details
-
Copy full SHA for 223c6c9 - Browse repository at this point
Copy the full SHA 223c6c9View commit details
Commits on Nov 19, 2018
-
chore: Update dependencies. (#926)
This causes an update to mem to resolve a potential DoS vulnerability in command-line processing. The vulnerable version of mem is still included by development dependencies. Fixes #918
Configuration menu - View commit details
-
Copy full SHA for 409a2f5 - Browse repository at this point
Copy the full SHA 409a2f5View commit details
Commits on Jan 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2dbb82d - Browse repository at this point
Copy the full SHA 2dbb82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba22a26 - Browse repository at this point
Copy the full SHA ba22a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40afc5f - Browse repository at this point
Copy the full SHA 40afc5fView commit details
Commits on Jan 6, 2019
-
fix: missing command temp-directory (#928)
* Fix missing command temp-directory After changing tempDirectory to tempDir, with a fallback for tempDirectory, the default values set in the 'temp-dir' yargs option were being used rather than falling back to tempDirectory and then the default temp dir. This change removes the yargs default value for the option 'temp-dir'. This means the statement that assigns '_tempDirectory' in 'index.js' attempts to use temp-dir, then temp-directory, then the default value. This is now under test with some new test cases that show: - tempDir is preferred to tempDirectory - tempDirectory is used if tempDir isn't set - that we fall back to the '.nyc_output' dir if neither tempDir or tempDirectory are set. * Alternate implementation Maintains notice of default temp-dir in help output. Removed tests as I'm not confident with these right now, will take another look when I get some time. Fixes #927.
Configuration menu - View commit details
-
Copy full SHA for 28b6d09 - Browse repository at this point
Copy the full SHA 28b6d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d7fb8 - Browse repository at this point
Copy the full SHA 62d7fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23d474 - Browse repository at this point
Copy the full SHA f23d474View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d566efe - Browse repository at this point
Copy the full SHA d566efeView commit details
Commits on Jan 12, 2019
-
tests: coverage for temp-dir changes (#964)
Covers default value, legacy temp-directory option and new temp-dir option
Configuration menu - View commit details
-
Copy full SHA for 93cb5c1 - Browse repository at this point
Copy the full SHA 93cb5c1View commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 35710b1 - Browse repository at this point
Copy the full SHA 35710b1View commit details
Commits on Jan 15, 2019
-
feat: avoid hardcoded HOME for spawn-wrap working dir (#957)
By default, spawn-wrap writes temporary files to HOME. It used to be /tmp, but it changed that to HOME to support environments that have 'noexec' flags set on their tmpfs mount. Ref istanbuljs/spawn-wrap#3. The problem with this is that nyc now no longer works in environments without a (writable) home directory (e.g. the 'nobody' user on Linux). While it is fine to fallback to HOME, it should write elsewhere if that is unavailable, and ideally in a way that doesn't require every sysadmin or end-user to hardcode some environment variable in their package.json specifically for nyc or spawn-wrap. A common way to communicate this intent is with the XDG_CACHE_HOME environment variable. Fixes #951.
Configuration menu - View commit details
-
Copy full SHA for ff834aa - Browse repository at this point
Copy the full SHA ff834aaView commit details
Commits on Jan 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 35cd49a - Browse repository at this point
Copy the full SHA 35cd49aView commit details
Commits on Jan 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df2730d - Browse repository at this point
Copy the full SHA df2730dView commit details
Commits on Jan 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 921d386 - Browse repository at this point
Copy the full SHA 921d386View commit details -
chore: Update dependencies. (#978)
* Update dependencies. * Replace legacy debug-log ponyfill with util.debuglog.
Configuration menu - View commit details
-
Copy full SHA for e95856c - Browse repository at this point
Copy the full SHA e95856cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e6f5e - Browse repository at this point
Copy the full SHA 29e6f5eView commit details
There are no files selected for viewing
This file was deleted.