embeddedartistry / embeddedartistry/athena-bootloader

Fix TODOs and Tighten Quality Gates

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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]
],
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.