Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TODOs and Tighten Quality Gates #26

Open
phillipjohnston opened this issue Apr 6, 2020 · 0 comments
Open

Fix TODOs and Tighten Quality Gates #26

phillipjohnston opened this issue Apr 6, 2020 · 0 comments

Comments

@phillipjohnston
Copy link
Member

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]
        ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant