Implements experiment to detect the hot functions of a project #974
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#L86
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]
|
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/
|
build
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/
|