Skip to content

Commit 021ac84

Browse files
authored
Add recorder platform to required test category (home-assistant#86704)
1 parent 17d3159 commit 021ac84

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.coveragerc

-1
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,6 @@ omit =
11481148
homeassistant/components/stream/core.py
11491149
homeassistant/components/stream/fmp4utils.py
11501150
homeassistant/components/stream/hls.py
1151-
homeassistant/components/stream/recorder.py
11521151
homeassistant/components/stream/worker.py
11531152
homeassistant/components/streamlabswater/*
11541153
homeassistant/components/suez_water/*

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ coverage:
1919
- homeassistant/components/*/intent.py
2020
- homeassistant/components/*/logbook.py
2121
- homeassistant/components/*/media_source.py
22+
- homeassistant/components/*/recorder.py
2223
- homeassistant/components/*/scene.py
2324
patch:
2425
default:
@@ -36,6 +37,7 @@ coverage:
3637
- homeassistant/components/*/intent.py
3738
- homeassistant/components/*/logbook.py
3839
- homeassistant/components/*/media_source.py
40+
- homeassistant/components/*/recorder.py
3941
- homeassistant/components/*/scene.py
4042
comment: false
4143

script/hassfest/coverage.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"intent.py",
1616
"logbook.py",
1717
"media_source.py",
18+
"recorder.py",
1819
"scene.py",
1920
)
2021

0 commit comments

Comments
 (0)