-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check Unit Test with code coverage #859
Comments
There is already https://docs.abapopenchecks.org/checks/64/ |
Yes, I saw this once. But we started to think about a defined required coverage (e.g. 70% statement coverage) on transport release. I checked RFC function GET_COVERAGE_FOR_OBJECT_LIST - but at least with our release, it does not work correctly. I assume it is bound to a running SCOV. So I used the internal test runner, that returned the correct results. |
okay, cool I think we should extend check 64 with the possibility to require a percentage covered |
@larshp |
https://opensource.guide/how-to-contribute/#opening-a-pull-request
|
this is also mentioned in issue #582 |
also #450 is relevant |
I worked a little bit on the topic unit test with code coverage and would implement this in a test.
How do you see the topic?
The text was updated successfully, but these errors were encountered: