зеркало из https://github.com/Azure/AgentBaker.git
12 строки
430 B
Plaintext
12 строки
430 B
Plaintext
--require spec_helper
|
|
|
|
## Default kcov (coverage) options
|
|
# --kcov-options "--include-path=. --path-strip-level=1"
|
|
# --kcov-options "--include-pattern=.sh"
|
|
# --kcov-options "--exclude-pattern=/.shellspec,/spec/,/coverage/,/report/"
|
|
|
|
## Example: Include script "myprog" with no extension
|
|
# --kcov-options "--include-pattern=.sh,myprog"
|
|
|
|
## Example: Only specified files/directories
|
|
# --kcov-options "--include-pattern=myprog,/lib/" |