Skip to content

Adds a tool for creating feature source annotations. #925

Adds a tool for creating feature source annotations.

Adds a tool for creating feature source annotations. #925

Triggered via pull request March 18, 2024 16:11
Status Success
Total duration 2m 27s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
[mypy] varats/varats/tools/driver_feature.py#L119: varats/varats/tools/driver_feature.py#L119
error: Returning Any from function declared to return "Optional[Location]" [no-any-return]
[mypy] varats/varats/tools/driver_feature.py#L139: varats/varats/tools/driver_feature.py#L139
error: Returning Any from function declared to return "Optional[str]" [no-any-return]
[mypy] varats/varats/tools/driver_feature.py#L188: varats/varats/tools/driver_feature.py#L188
error: Argument 2 to "FeatureAnnotation" has incompatible type "Optional[Location]"; expected "Location" [arg-type]
[mypy] varats/varats/tools/driver_feature.py#L190: varats/varats/tools/driver_feature.py#L190
error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str") [assignment]
[mypy] varats/varats/tools/driver_feature.py#L191: varats/varats/tools/driver_feature.py#L191
error: Argument 2 to "__get_location_content" has incompatible type "Optional[Location]"; expected "Location" [arg-type]
[mypy] varats/varats/tools/driver_feature.py#L222: varats/varats/tools/driver_feature.py#L222
error: Argument 2 to "FeatureAnnotation" has incompatible type "Optional[Location]"; expected "Location" [arg-type]
[mypy] varats/varats/tools/driver_feature.py#L224: varats/varats/tools/driver_feature.py#L224
error: Incompatible types in assignment (expression has type "Optional[str]", target has type "str") [assignment]
[mypy] varats/varats/tools/driver_feature.py#L225: varats/varats/tools/driver_feature.py#L225
error: Argument 2 to "__get_location_content" has incompatible type "Optional[Location]"; expected "Location" [arg-type]
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/