Skip to content

Implements experiment to detect the hot functions of a project #3229

Implements experiment to detect the hot functions of a project

Implements experiment to detect the hot functions of a project #3229

Triggered via pull request August 19, 2024 19:58
Status Success
Total duration 4m 8s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
varats-core/varats/report/hot_functions_report.py#L26
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
varats-core/varats/report/hot_functions_report.py#L36
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
varats-core/varats/report/hot_functions_report.py#L85
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
varats/varats/experiments/vara/hot_function_experiment.py#L53
error: Class cannot subclass "ProjectStep" (has type "Any") [misc]
varats/varats/experiments/vara/hot_function_experiment.py#L73
error: Returning Any from function declared to return "str" [no-any-return]
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/
reviewdog
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/