File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 9696 pio_platform : ${{ matrix.check.platform }}
9797 pio_env : ${{ matrix.check.board }}
9898 pio_target : check
99- pio_opts : --fail-on-defect=low
10099
101100 build :
102101 needs : [setup, version]
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ for BOARD in $BOARDS; do
2323 CHECK=" ${CHECK} -e ${BOARD} "
2424done
2525
26- pio check --flags " -DAPP_VERSION=${APP_VERSION} --suppressions-list=suppressions.txt --inline-suppr" $CHECK --skip-packages --pattern=" src/" --fail-on-defect=medium --fail-on-defect=high
26+ pio check --flags " -DAPP_VERSION=${APP_VERSION} --suppressions-list=suppressions.txt --inline-suppr" $CHECK --skip-packages --pattern=" src/" --fail-on-defect=low --fail-on-defect= medium --fail-on-defect=high
You can’t perform that action at this time.
0 commit comments