
Original patch: https://lists.sr.ht/~mil/sxmo-devel/patches/29204 Signed-off-by: Anjandev Momi <anjan@momi.ca>
13 lines
431 B
Plaintext
13 lines
431 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/"
|