mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
Merge pull request #723 from nasa/open672
[Build] Enforce code coverage threshold
This commit is contained in:
commit
cd84a017b8
@ -81,7 +81,12 @@ module.exports = function(config) {
|
||||
coverageReporter: {
|
||||
dir: process.env.CIRCLE_ARTIFACTS ?
|
||||
process.env.CIRCLE_ARTIFACTS + '/coverage' :
|
||||
"dist/coverage"
|
||||
"dist/coverage",
|
||||
check: {
|
||||
global: {
|
||||
lines: 80
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
// HTML test reporting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user