In rcov, is there a way to find which test method traversed a given line of code being tested?

StackOverflow https://stackoverflow.com/questions/8149034

  •  02-03-2021
  •  | 
  •  

Domanda

In rcov, is there a way to find which test methods were tracked as having covered a given line of code (in your target code that you're testing)?

È stato utile?

Soluzione

i'm pretty sure, that rcov doesn't support this feature.

Since the documentation for the CoverageInfo Class suggests, that rcov only tracks if a given linen was executed, not in what context.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top