mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 02:53:47 +00:00
Increased minimum required branch code coverage to 80
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 85,
|
||||
branches: 75,
|
||||
branches: 80,
|
||||
functions: 80,
|
||||
lines: 85,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user