Skip to content

Commit

Permalink
chore: fix test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 20, 2019
1 parent 0e7bc99 commit 8cbba15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c8",
"version": "3.2.1",
"version": "3.3.0-candidate.2",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",
"bin": "./bin/c8.js",
Expand Down
6 changes: 3 additions & 3 deletions test/integration.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ second
--------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
--------------------|----------|----------|----------|----------|-------------------|
All files | 95.21 | 72.73 | 0 | 95.21 | |
All files | 95.18 | 72.22 | 0 | 95.18 | |
bin | 88 | 62.5 | 100 | 88 | |
c8.js | 88 | 62.5 | 100 | 88 | 36,40,47,48,49,50 |
lib | 96.85 | 63.33 | 100 | 96.85 | |
lib | 96.82 | 62.07 | 100 | 96.82 | |
parse-args.js | 97.59 | 44.44 | 100 | 97.59 | 59,60 |
report.js | 96.4 | 71.43 | 100 | 96.4 | 60,61,99,100,101 |
report.js | 96.35 | 70 | 100 | 96.35 | 59,60,98,99,100 |
test/fixtures | 95.16 | 94.12 | 0 | 95.16 | |
async.js | 100 | 100 | 100 | 100 | |
multiple-spawn.js | 100 | 100 | 100 | 100 | |
Expand Down

0 comments on commit 8cbba15

Please sign in to comment.