Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created April 10, 2017 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/5401f53e943d0c1a6ce29495485bdada to your computer and use it in GitHub Desktop.
Save isaacs/5401f53e943d0c1a6ce29495485bdada to your computer and use it in GitHub Desktop.
> tar@2.2.1 test /Users/isaacs/dev/js/tar
> tap test/*.js --100 -J
test/fields.js ...................................... 42/42
test/header.js ...................................... 37/37
test/large-numbers.js ............................... 20/20
test/load-all.js ...................................... 1/1 1s
test/parse.js ................................... 4360/4360
test/pax.js ........................................... 8/8
test/read-entry.js .................................. 10/10
test/types.js ......................................... 2/2
total ........................................... 4480/4480
4480 passing (6s)
ok
ERROR: Coverage for lines (64.17%) does not meet global threshold (100%)
ERROR: Coverage for functions (34.1%) does not meet global threshold (100%)
ERROR: Coverage for branches (61.82%) does not meet global threshold (100%)
ERROR: Coverage for statements (63.1%) does not meet global threshold (100%)
--------------------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
--------------------|----------|----------|----------|----------|----------------|
All files | 63.1 | 61.82 | 34.1 | 64.17 | |
tar | 100 | 100 | 100 | 100 | |
tar.js | 100 | 100 | 100 | 100 | |
tar/lib | 63.03 | 61.82 | 34.1 | 64.1 | |
create.js | 16.22 | 0 | 0 | 19.35 |... 43,46,47,48 |
extract-stream.js | 15.38 | 0 | 0 | 16.26 |... 217,219,221 |
extract.js | 20 | 0 | 0 | 20 |... 65,66,67,69 |
field.js | 100 | 100 | 100 | 100 | |
header.js | 100 | 100 | 100 | 100 | |
large-numbers.js | 100 | 100 | 100 | 100 | |
pack.js | 15.48 | 0 | 0 | 16.44 |... 256,257,259 |
parse.js | 100 | 100 | 100 | 100 | |
pax.js | 100 | 100 | 100 | 100 | |
read-entry.js | 100 | 100 | 100 | 100 | |
types.js | 100 | 100 | 100 | 100 | |
write-entry.js | 19.49 | 0 | 0 | 20 |... 215,220,227 |
--------------------|----------|----------|----------|----------|----------------|
npm ERR! Test failed. See above for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment