Compare commits
1 Commits
130c5fdd57
...
1f13d1a306
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f13d1a306 |
6
files/config/Jenkinsfile
vendored
6
files/config/Jenkinsfile
vendored
@ -4,9 +4,9 @@ pipeline {
|
||||
environment {
|
||||
CARGO_TERM_COLOR = 'always'
|
||||
|
||||
MIN_LINES = '0'
|
||||
MIN_FUNCTIONS = '0'
|
||||
MIN_REGIONS = '0'
|
||||
MIN_LINES = '60'
|
||||
MIN_FUNCTIONS = '60'
|
||||
MIN_REGIONS = '60'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user