• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jprichardson / node-fs-extra
83%

Build:
DEFAULT BRANCH: master
Repo Added 28 Jan 2015 07:32AM UTC
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.10-support
  • 0.16.0
  • 0.16.1
  • 0.16.2
  • 0.16.3
  • 0.16.4
  • 0.16.5
  • 0.17.0
  • 0.18.0
  • 0.18.1
  • 0.18.2
  • 0.18.3
  • 0.18.4
  • 0.19.0
  • 0.20.0
  • 0.20.1
  • 0.23.0
  • 0.23.1
  • 0.24.0
  • 0.25.0
  • 0.26.0
  • 0.26.1
  • 0.26.2
  • 0.26.3
  • 0.26.4
  • 0.26.5
  • 0.26.6
  • 0.26.7
  • 0.27.0
  • 1.0.0
  • 1.x
  • 2.0.0
  • 3.0.0
  • 3.0.1
  • 4.0.0
  • 4.0.1
  • 4.0.2
  • 4.0.3
  • 5.0.0
  • 6.0.0
  • 6.0.1
  • 7.0.0
  • 7.0.1
  • 8.0.0
  • 8.1.0
  • add-dest-param-filter-copy
  • add-extra-param-filter-copy
  • async-filter
  • badges
  • buffer
  • changelog
  • chore/engines
  • ci
  • ci/travis-osximage
  • cleanup-dev-deps
  • copy-clobber
  • copy-file-sync-update-Buffer-alloc
  • copy-filter-regex
  • copy-fix-bind-mounted
  • copy-parent-dir
  • copy-preserve-timestamps-false
  • copy-same-path
  • copy-sync
  • copy-v6
  • coverage
  • coveralls
  • develop
  • docs
  • docs-cleanup-async-methods
  • docs-refactor-readJson-example
  • docs-split-out-sync-methods
  • edit-copy-dev-null-test-desc
  • ensure-file
  • filter
  • filter-copy
  • filter-copySync
  • filter-remove
  • fix-changelog-markdown
  • fix-copy
  • fix-copy-streams
  • fix-copy-writestream-event
  • fix-docs
  • fix-max-call-stack
  • fix-move-sync
  • fixtures
  • github/template
  • graceful-fs-docs
  • improve-ensurefile-error
  • issue-template
  • limit
  • lint
  • mani/remove-copyFile-fallback
  • markdown-linter
  • move-check-paths
  • move-cleanup
  • move-error
  • move-tests
  • moveSync-support
  • native-copyFile
  • node-10
  • osx-ci
  • outputJSONSync
  • overwrite
  • path-exists
  • pathExists
  • prevent-move-into-itself
  • promises
  • read-write-obj
  • realpath.native
  • refacor-docs-copy-example
  • refactor-copy
  • rewrite-copy
  • rewrite-copySync
  • rewrite-move
  • rimraf
  • rimraf-backports
  • rimraf-callback
  • rm-walk
  • rmSync-patch
  • ryan/at-least-node
  • ryan/cleanup-utils
  • ryan/create-docs
  • ryan/drop-node
  • ryan/files
  • ryan/fix-unused
  • ryan/fs-shims
  • ryan/graceful-fs
  • ryan/ignore-lockfile
  • ryan/lock
  • ryan/make-dir
  • ryan/make-dir-test
  • ryan/nyc
  • ryan/refactor-stat
  • ryan/remove-docs
  • ryan/travis-sudo
  • spaces
  • strict-assert
  • travis
  • upgrade-standard
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v6-dev
  • v7-dev
  • v8-dev
  • windows-tests
  • windows-timeout

pending completion
1446

push

travis-ci

web-flow
Document all create*() aliases for ensure*() methods (#766)

Fixes #758

399 of 579 branches covered (68.91%)

704 of 845 relevant lines covered (83.31%)

457.39 hits per line

Relevant lines Covered
Build:
Build:
845 RELEVANT LINES 704 COVERED LINES
457.39 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1446 master Document all create*() aliases for ensure*() methods (#766) Fixes #758 push 26 Feb 2020 02:21PM UTC web-flow travis-ci pending completion  
1443 master BREAKING: Use internal fork of make-dir for mkdirs implementation (#756) * BREAKING: Use internal fork of make-dir for mkdirs implementation Resolves #619 Everything should work similarly to how it did before; except that we no longer retu... push 18 Feb 2020 04:43PM UTC web-flow travis-ci pending completion  
1442 master Refactor internal stat utils (#764) * Refactor internal getStats() util Fixes #762 * Proper promise tests for copy() Our hacky tests don't play well with multiple layers of callback/promise switching * Simplify internal checkParentPa... push 17 Feb 2020 01:20PM UTC web-flow travis-ci pending completion  
1441 master Don't generate package-lock.json; instead of just ignoring it (#763) Lockfiles are an anti-pattern for libraries; we don't check ours into git, but it's preferable not to even use one. push 17 Feb 2020 01:19PM UTC web-flow travis-ci pending completion  
1424 master Use at-least-node instead of homespun version sniffing (#760) * Use at-least-node instead of homespun version sniffing * Remove semver devDep; use at-least-node in tests push 13 Feb 2020 10:33PM UTC web-flow travis-ci pending completion  
1420 master Cleanup lib/util/ to remove unused code (#757) Move function only used in tests to test files to avoid bundling it push 07 Feb 2020 02:16AM UTC web-flow travis-ci pending completion  
1419 master Cleanup lib/util/ to remove unused code Move function only used in tests to test files to avoid bundling it Pull #757 06 Feb 2020 09:09PM UTC Ryan Zimmerman travis-ci pending completion  
1417 master copy*(): remove copyFileFallback (#755) * copy: remove copyFileFallback * copy-sync: remove copyFileFallback push 06 Feb 2020 09:02PM UTC GitHub travis-ci pending completion  
1408 master BREAKING: Drop old Node support (#751) * BREAKING: Drop old Node support, require v10+ Update CI configs * Remove references and test fencing for old Node versions * Use object spread properties * Use octal literal notation * Use o... push 04 Feb 2020 10:32PM UTC web-flow travis-ci pending completion  
1407 master Update dest `atime` after `copy`/`copy-sync` (#633) push 04 Feb 2020 10:19PM UTC web-flow travis-ci pending completion  
See All Builds (1045)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc