Skip to content

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

Implements experiment to detect the hot functions of a project

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

Triggered via pull request April 27, 2024 10:12
Status Failure
Total duration 1m 24s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
build
Process completed with exit code 2.
[mypy] varats-core/varats/report/hot_functions_report.py#L26: varats-core/varats/report/hot_functions_report.py#L26
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats-core/varats/report/hot_functions_report.py#L36: varats-core/varats/report/hot_functions_report.py#L36
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats-core/varats/report/hot_functions_report.py#L85: varats-core/varats/report/hot_functions_report.py#L85
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats/varats/experiments/vara/hot_function_experiment.py#L73: varats/varats/experiments/vara/hot_function_experiment.py#L73
error: Returning Any from function declared to return "str" [no-any-return]
[pylint] varats/varats/tables/hot_functions.py#L16 <115>: varats/varats/tables/hot_functions.py#L16
Missing class docstring (missing-class-docstring)
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/