Skip to content

Commit 76a8f76

Browse files
Update unit-test-coverages.md
1 parent 06eb517 commit 76a8f76

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/checks/unit-test-coverages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# code pal for ABAP
22

3-
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Unit Test Coverages](unit-test-coverages.md)
3+
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Unit-Test Coverages (Statement, Branch and Procedure)](unit-test-coverages.md)
44

5-
## Unit Test Coverages
5+
## Unit-Test Coverages (Statement, Branch and Procedure)
66

77
### What is the Intent of the Check?
88

9-
It executes the ABAP Unit Test framework and verifies if the coverage is under the defined threshold.
9+
The "Unit Test Coverages (Statement, Branch and Procedure)" Check executes the ABAP Unit-Test framework and verifies if the coverage is under the defined threshold.
1010

11-
> :warning: Use it to check a few objects only.
11+
> :WARNING: Use it to check a few objects only (it may cause performance issues).
1212
1313
### How to solve the issue?
1414

15-
Improve the unit test coverage.
15+
Improve the Unit-Test coverage(s).
1616

1717
### What to do in case of exception?
1818

1919
No exemptions are allowed.
2020

2121
### Further Readings & Knowledge
2222

23-
* [Unit Testing in ABAP](https://help.sap.com/viewer/c238d694b825421f940829321ffa326a/7.5.19/en-US/4ec18be06e391014adc9fffe4e204223.html)
23+
* [Unit-Testing in ABAP](https://help.sap.com/viewer/c238d694b825421f940829321ffa326a/7.5.19/en-US/4ec18be06e391014adc9fffe4e204223.html)
2424
* [MartinFowler - Test Coverage](https://martinfowler.com/bliki/TestCoverage.html)

0 commit comments

Comments
 (0)