mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
|
# designed to run on the continuous integration server.
|
|
|
|
script/test coverage
|
|
coveralls
|