1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

v4 improve coverage (#25945)

* Improve code coverage for our Button plugin

* improve coverage for our Alert plugin

* test tooltip update method

* test update and dispose for dropdown

* increase code coverage requirements
This commit is contained in:
Johann-S
2018-04-10 09:28:29 +02:00
committed by GitHub
parent 875ed0b975
commit 0871d69ec9
7 changed files with 214 additions and 7 deletions

View File

@@ -60,10 +60,10 @@ module.exports = (config) => {
thresholds: {
emitWarning: false,
global: {
statements: 89,
lines: 89,
branches: 83,
functions: 84
statements: 90,
branches: 84,
functions: 87,
lines: 90
}
}
}