You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/checks/unit-test-coverages.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
-
# code pal for ABAP
2
-
3
1
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Unit-Test Coverages (Statement, Branch and Procedure)](unit-test-coverages.md)
4
2
5
-
## Unit-Test Coverages (Statement, Branch and Procedure)
3
+
## Unit-Test Coverages (Statement, Branch and Procedural Coverage)
6
4
7
5
### What is the Intent of the Check?
8
6
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).
10
8
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).
12
10
13
11
### How to solve the issue?
14
12
15
-
Improve the Unit-Test coverage(s).
13
+
Improve the Unit-Test coverage(s) by writing Unit-Tests.
0 commit comments