Add endLine in function coverage data#816
Conversation
Codecov Report
@@ Coverage Diff @@
## master #816 +/- ##
=========================================
Coverage 83.09% 83.10%
Complexity 1094 1094
=========================================
Files 62 62
Lines 3562 3563 +1
=========================================
+ Hits 2960 2961 +1
Misses 602 602
Continue to review full report at Codecov.
|
|
Thank you for your contribution. I appreciate the time you invested in preparing this pull request. However, I have decided not to merge it as by itself this change does not make any sense to me. You can make this change as part of a larger pull request that implements support for the Cobertura XML report for code in the global scope. |
|
No problem. I thought it made sense to split the two features across different pull requests. |
|
I agree, although in this case it somehow feels wrong. Sorry. |
Coverage data for function does not have
'endLine'but data is available. Adding it will be convenient to implement cevrage for non-class based line in Cobertura format (see #812 (comment))