Skip to content

Commit 5c6aa84

Browse files
Update unit-test-coverages.md
1 parent b3ce674 commit 5c6aa84

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/checks/unit-test-coverages.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Unit-Test Coverages (Statement, Branch and Procedure)](unit-test-coverages.md)
42

5-
## Unit-Test Coverages (Statement, Branch and Procedure)
3+
## Unit-Test Coverages (Statement, Branch and Procedural Coverage)
64

75
### What is the Intent of the Check?
86

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(s).
7+
This check executes the ABAP Unit-Test framework and returns the current coverage percentile for the object in question. It verifies if the coverage is under the defined thresholds (customized in the checks).
108

11-
> :WARNING: Use it to check a few objects only (it may cause performance issues).
9+
> :WARNING: Use this check with a small set of objects only (due to possible performance issues).
1210
1311
### How to solve the issue?
1412

15-
Improve the Unit-Test coverage(s).
13+
Improve the Unit-Test coverage(s) by writing Unit-Tests.
1614

1715
### What to do in case of exception?
1816

0 commit comments

Comments
 (0)