mufasa1976 commented on PR #315:
URL: 
https://github.com/apache/commons-fileupload/pull/315#issuecomment-2120696986

   I've fixed the Checkstyle Bugs. But now I got a failure from Jacoco.
   ```
   [WARNING] Rule violated for bundle commons-fileupload2-core: lines covered 
ratio is 0.41, but expected minimum is 0.42
   ```
   The Problem is that I added a Test for the `FileItemInputIteratorImpl` and 
`AbstractFileUpload` but these will not be execute by the module 
`commons-fileupload2-core`. Indeed the changed Lines will be covered by Tests 
of all other Modules because these will extend `AbstractFileUploadTest` located 
within the Module `commons-fileupload2-core`.
   
   But this "Warning" will cause that the Code Coverage of the Module 
`commons-fileupload2-core` sinks beyound 0.42 (indeed it is now 0.41). Should I 
set the Value of the Code-Coverage to 0.41 within 
`commons-fileupload2-core/pom.xml`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to