mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-24 19:04:19 +02:00
Always color the logs and print coverage report (#481)
This commit is contained in:
parent
491aca696c
commit
85461ea856
2 changed files with 6 additions and 6 deletions
|
|
@ -52,6 +52,12 @@ CMD ["python3", \
|
|||
"--cov='homeassistant'", \
|
||||
# Generate an XML report of the code coverage
|
||||
"--cov-report=xml", \
|
||||
# Generate an HTML report of the code coverage
|
||||
"--cov-report=html", \
|
||||
# Print a summary of the code coverage in the console
|
||||
"--cov-report=term", \
|
||||
# Print logs in color
|
||||
"--color=yes", \
|
||||
# Print a count of test results in the console
|
||||
"-o", "console_output_style=count", \
|
||||
# Run tests in the 'tests/components/adaptive_lighting' directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue