Skip to content

Adds functionality for patch-based configuration #668

Adds functionality for patch-based configuration

Adds functionality for patch-based configuration #668

Triggered via pull request September 24, 2023 15:24
Status Success
Total duration 2m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
[mypy] varats-core/varats/base/configuration.py#L446: varats-core/varats/base/configuration.py#L446
error: Argument 1 to "filter" has incompatible type "Callable[[Any], Any]"; expected "Callable[[ConfigurationOption], TypeGuard[object]]" [arg-type]
[mypy] varats-core/varats/base/configuration.py#L446: varats-core/varats/base/configuration.py#L446
error: "object" has no attribute "name" [attr-defined]
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/