mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
added the coverage to the file entries
This commit is contained in:
@ -5,6 +5,7 @@ import json
|
||||
@dataclass
|
||||
class FileData:
|
||||
path: str
|
||||
coverage: float = -1 # coverage of the file, default -1, is different if we get to the jacoco part of the pipeline
|
||||
content: str = "" # Not sure about this, maybe we should just keep the path and extract the contents dynamically (boh)
|
||||
|
||||
@dataclass
|
||||
|
Reference in New Issue
Block a user