embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

Fix TODOs and Tighten Quality Gates #26

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

These were widened because of existing values with the current code base:

qualityGates: [
          // 3 new issue: unstable
          [threshold: 15, type: 'DELTA', unstable: true],
          // 5 new issues: failed build
          [threshold: 15, type: 'DELTA', unstable: false],
          // 10 total issues: unstable
          [threshold: 15, type: 'TOTAL', unstable: true],
          // 20 total issues: fail
          [threshold: 15, type: 'TOTAL', unstable: false]
        ],