Skip to content

Commit

Permalink
Update Rainbird quality scale grading on the Silver quality checks (#…
Browse files Browse the repository at this point in the history
…131498)

* Grade Rainbird on the Silver quality scale

* Remove done comments

* Update quality_scale.yaml

* Update config-flow-test-coverage
  • Loading branch information
allenporter authored Dec 13, 2024
1 parent bf9788b commit 2af5c5e
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions homeassistant/components/rainbird/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,31 @@ rules:
docs-removal-instructions: todo
test-before-setup: done
docs-high-level-description: done
config-flow-test-coverage: done
config-flow-test-coverage:
status: todo
comment: |
All config flow tests should finish with CREATE_ENTRY and ABORT to
test they are able to recover from errors
docs-actions: done
runtime-data: done

# Silver
log-when-unavailable: todo
config-entry-unloading: todo
log-when-unavailable: done
config-entry-unloading: done
reauthentication-flow: done
action-exceptions: todo
docs-installation-parameters: todo
integration-owner: todo
parallel-updates: todo
test-coverage: todo
docs-configuration-parameters: todo
entity-unavailable: todo
action-exceptions: done
docs-installation-parameters:
status: todo
comment: The documentation does not mention installation parameters
integration-owner: done
parallel-updates:
status: todo
comment: The integration does not explicitly set a number of parallel updates.
test-coverage: done
docs-configuration-parameters:
status: todo
comment: The documentation for configuration parameters could be improved.
entity-unavailable: done

# Gold
docs-examples: todo
Expand Down

0 comments on commit 2af5c5e

Please sign in to comment.