woodpecker: only fail on high defects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
217a7024b9
commit
0e9f37832b
@ -16,4 +16,4 @@ pipeline:
|
|||||||
check:
|
check:
|
||||||
image: python
|
image: python
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- pio check -e esp8266 -e esp32 --skip-packages --severity medium --severity high --pattern 'src' --pattern 'lib/Figments'
|
- pio check -e esp8266 -e esp32 --skip-packages --severity medium --severity high --pattern 'src' --pattern 'lib/Figments' --fail-on-defect high
|
||||||
|
Loading…
Reference in New Issue
Block a user