woodpecker: only fail on high defects
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torrie Fischer 2023-03-03 18:47:40 +01:00
parent 217a7024b9
commit 0e9f37832b

View File

@ -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