Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
romainkomorndatadog committed Aug 27, 2024
1 parent 1eaa09c commit b4a2ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/internal/ci_visibility/api/ci_coverage_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self) -> None:
def __bool__(self):
return bool(self._coverage_data)

def get_data(self):
def get_data(self) -> Dict[Path, CoverageLines]:
return self._coverage_data

def add_covered_files(self, covered_files: Dict[Path, CoverageLines]):
Expand Down

0 comments on commit b4a2ad5

Please sign in to comment.