Skip to content

Commit

Permalink
build: ignore line for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 7, 2017
1 parent 0f1bed0 commit 737ba9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/read.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function read (req, res, next, parse, debug, options) {
: body
req.body = parse(str)
} catch (err) {
// istanbul ignore next
err.body = str === undefined
? body
: str
Expand Down

0 comments on commit 737ba9c

Please sign in to comment.