Skip to content

Commit

Permalink
GH: Update pull-request template
Browse files Browse the repository at this point in the history
100% code coverage is a lie, as there are parts that are being ignored.
All we want to achive is not regressing coverage. While slowly working
towards increasing it.
  • Loading branch information
slyon committed Sep 3, 2024
1 parent 84da4b1 commit 3b6fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Checklist

- [ ] Runs `make check` successfully.
- [ ] Retains 100% code coverage (`make check-coverage`).
- [ ] Retains code coverage (`make check-coverage`).
- [ ] New/changed keys in YAML format are documented.
- [ ] \(Optional\) Adds example YAML for new feature.
- [ ] \(Optional\) Closes an open bug in Launchpad.
Expand Down

0 comments on commit 3b6fea1

Please sign in to comment.