tests: add shellspec spec file

This commit is contained in:
Khaïs COLIN 2025-02-06 15:13:34 +01:00
parent 6aabe49df1
commit e022ca0ce7
No known key found for this signature in database
4 changed files with 59 additions and 1 deletions

12
.shellspec Normal file
View file

@ -0,0 +1,12 @@
--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/"