Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/improve-test-coverage-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@ body:
- Update the test coverage report and ensure it meets the project's standards
validations:
required: true

- type: textarea
id: mandates
attributes:
label: Mandates
description: Mandates
value: |
- Do not perform synthetic testing or smoke tests.
- Do not use introspection or other tricks to inflate code coverage without valid unit tests.
- Do not create tests solely to increase test coverage alone without asserting expectations.
validations:
required: true

- type: textarea
id: acceptance-criteria
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/improve-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@ body:
validations:
required: true

- type: textarea
id: mandates
attributes:
label: Mandates
description: Mandates
value: |
- Do not perform synthetic testing or smoke tests.
- Do not use introspection or other tricks to inflate code coverage without valid unit tests.
- Do not create tests solely to increase test coverage alone without asserting expectations.
validations:
required: true

- type: textarea
id: acceptance-criteria
attributes:
Expand Down