Closed danielnixon closed 4 years ago
Is it that the lines ignored with // type-coverage:ignore-line
are still contributing to the overall percentage?
overall percentage in --strict
should work with // type-coverage:ignore-line
, I will fix it.
v2.8.1 should fix it.
LGTM, thanks @plantain-00 !
Version(if relevant): 2.8.0
Environment(if relevant):
Code(if relevant):
Expected:
Either coverage is 100% OR the failing code is identified in the output (especially with
--detail
flag).Actual:
The coverage is reported as 98.79% but no failing code is identified, even with
--detail
flag.