mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
12 lines
431 B
Text
12 lines
431 B
Text
--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/"
|