Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/improve-test-coverage-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ body:
- Update the test coverage report and ensure it meets the project's standards
validations:
required: true

- type: textarea
id: mandates
attributes:
Expand All @@ -84,7 +84,7 @@ body:
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.
- Do not create tests solely to increase test coverage alone without asserting expectations.
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/improve-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ body:
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.
- Do not create tests solely to increase test coverage alone without asserting expectations.
validations:
required: true

Expand Down