Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#437 from samjsmith/master
Browse files Browse the repository at this point in the history
fix coverage threshold to account for non-deterministic rounding error
  • Loading branch information
samjsmith authored Mar 13, 2017
2 parents d142ef4 + 8e379f4 commit 35afb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/composer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"all": true,
"check-coverage": true,
"statements": 97,
"branches": 93,
"branches": 92,
"functions": 98,
"lines": 97
}
Expand Down

0 comments on commit 35afb4d

Please sign in to comment.