Update metrics thresholds
This commit is contained in:
parent
94e5322541
commit
e34ba860cc
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
threshold: 16
|
threshold: 16
|
||||||
total_score: 773
|
total_score: 764
|
||||||
|
|
|
@ -17,7 +17,7 @@ if ENV['COVERAGE'] == 'true'
|
||||||
add_filter 'config'
|
add_filter 'config'
|
||||||
add_filter 'spec'
|
add_filter 'spec'
|
||||||
add_filter 'test_app'
|
add_filter 'test_app'
|
||||||
minimum_coverage 88.74 # TODO: raise this to 100, then mutation test
|
minimum_coverage 89.56 # TODO: raise this to 100, then mutation test
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue