WIP: GenerateCoverage Experiment #2950
Annotations
2 errors and 3 warnings
[mypy] varats/varats/projects/c_projects/xz.py#L137:
varats/varats/projects/c_projects/xz.py#L137
error: Argument "requires_any" to "VCommand" has incompatible type "set[str]"; expected "Union[str, list[str]]" [arg-type]
|
[mypy] varats/varats/projects/c_projects/xz.py#L148:
varats/varats/projects/c_projects/xz.py#L148
error: Argument "requires_any" to "VCommand" has incompatible type "set[str]"; expected "Union[str, list[str]]" [arg-type]
|
[pylint] varats/varats/data/reports/llvm_coverage_report.py#L834 <612>:
varats/varats/data/reports/llvm_coverage_report.py#L834
Unused variable 'totals' (unused-variable)
|
[pylint] varats/varats/data/reports/llvm_coverage_report.py#L869 <238>:
varats/varats/data/reports/llvm_coverage_report.py#L869
Unused private member `CoverageReport.__region_import_sanity_check(self, totals: tp.Dict[str, tp.Any], tree: FilenameRegionMapping)` (unused-private-member)
|
reviewdog
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|