Sort coveragerc again (#115017)

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
Joost Lekkerkerker
2024-04-06 15:51:56 +02:00
committed by GitHub
parent b743a86aa9
commit 57cc3495c2
2 changed files with 2 additions and 1 deletions

View File

@@ -6,8 +6,8 @@
source = homeassistant
omit =
homeassistant/__main__.py
homeassistant/helpers/signal.py
homeassistant/helpers/backports/*
homeassistant/helpers/signal.py
homeassistant/scripts/__init__.py
homeassistant/scripts/check_config.py
homeassistant/scripts/ensure_config.py

View File

@@ -28,6 +28,7 @@ PREFIX = """# Sorted by hassfest.
source = homeassistant
omit =
homeassistant/__main__.py
homeassistant/helpers/backports/*
homeassistant/helpers/signal.py
homeassistant/scripts/__init__.py
homeassistant/scripts/check_config.py