Skip to content

Commit

Permalink
Add recorder platform to required test category (home-assistant#86704)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 26, 2023
1 parent 17d3159 commit 021ac84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,6 @@ omit =
homeassistant/components/stream/core.py
homeassistant/components/stream/fmp4utils.py
homeassistant/components/stream/hls.py
homeassistant/components/stream/recorder.py
homeassistant/components/stream/worker.py
homeassistant/components/streamlabswater/*
homeassistant/components/suez_water/*
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ coverage:
- homeassistant/components/*/intent.py
- homeassistant/components/*/logbook.py
- homeassistant/components/*/media_source.py
- homeassistant/components/*/recorder.py
- homeassistant/components/*/scene.py
patch:
default:
Expand All @@ -36,6 +37,7 @@ coverage:
- homeassistant/components/*/intent.py
- homeassistant/components/*/logbook.py
- homeassistant/components/*/media_source.py
- homeassistant/components/*/recorder.py
- homeassistant/components/*/scene.py
comment: false

Expand Down
1 change: 1 addition & 0 deletions script/hassfest/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"intent.py",
"logbook.py",
"media_source.py",
"recorder.py",
"scene.py",
)

Expand Down

0 comments on commit 021ac84

Please sign in to comment.