mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
Bump coverage (#3314)
This commit is contained in:
parent
cc36bbc212
commit
af70bc5971
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ export default {
|
|||
coverageThreshold: {
|
||||
global: {
|
||||
// These percentages should never decrease
|
||||
statements: 39,
|
||||
branches: 38,
|
||||
statements: 40,
|
||||
branches: 40,
|
||||
functions: 23,
|
||||
lines: 42,
|
||||
lines: 43,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue