c8 icon indicating copy to clipboard operation
c8 copied to clipboard

Bug: coverage for all methods in a file is missing

Open shigma opened this issue 3 years ago • 0 comments

  • Version: 7.11.3
  • Platform: MacOS (on my computer) & Ubuntu (GitHub actions)
  • Repository: https://github.com/shigma/cordis

All other files in this project are displayed normally, except for service.ts:

image

Coverage for all methods in this file was missing. Even if the code fragment is obviously to be covered, the coverage still behaved abnormal:

image

image

I have checked the sourcemap but it seems fine (link).

shigma avatar May 25 '22 20:05 shigma