Skip to content

Commit

Permalink
ci: adjust coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Oct 22, 2020
1 parent 206917e commit 236adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
collectCoverage: true,
coverageThreshold: {
global: {
branches: 85, // bug: branch not covered on super call (https://stackoverflow.com/q/52820169)
branches: 79, // bug: branch not covered on super call (https://stackoverflow.com/q/52820169)
functions: 100,
lines: 100,
statements: 100,
Expand Down

0 comments on commit 236adb3

Please sign in to comment.