Compare commits
16 Commits
1f13d1a306
...
130c5fdd57
| Author | SHA1 | Date | |
|---|---|---|---|
| 130c5fdd57 | |||
| 43ea8b80c9 | |||
| 3d33a493bf | |||
| 3181891e0a | |||
| bf0c4c4b94 | |||
| 2713dd76e3 | |||
| 03886cf6f0 | |||
| 44ebae30a9 | |||
| 88c75e43ae | |||
| 87c51ba8fc | |||
| da48c8b116 | |||
| 78f087ec13 | |||
| 40536f4b30 | |||
| d46f447273 | |||
| b07f2f377a | |||
| 56c59634b2 |
6
files/config/Jenkinsfile
vendored
6
files/config/Jenkinsfile
vendored
@ -4,9 +4,9 @@ pipeline {
|
||||
environment {
|
||||
CARGO_TERM_COLOR = 'always'
|
||||
|
||||
MIN_LINES = '60'
|
||||
MIN_FUNCTIONS = '60'
|
||||
MIN_REGIONS = '60'
|
||||
MIN_LINES = '0'
|
||||
MIN_FUNCTIONS = '0'
|
||||
MIN_REGIONS = '0'
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user