Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ describe('c8', () => {
------------|----------|----------|----------|----------|----------------|
File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines |
------------|----------|----------|----------|----------|----------------|
All files | 91.67 | 100 | 80 | 91.67 | |
normal.js | 85.71 | 100 | 50 | 85.71 | 14,15,16 |
timeout.js | 100 | 100 | 100 | 100 | |
All files | 91.67 | 80 | 0 | 91.67 | |
normal.js | 85.71 | 75 | 0 | 85.71 | 14,15,16 |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why it was 100% branch coverage, this line in normal.js should never have lead to 100%:

 if (true || false) {

timeout.js | 100 | 83.33 | 100 | 100 | 1 |
------------|----------|----------|----------|----------|----------------|`)
})
})