diff options
Diffstat (limited to '.shellspec')
-rw-r--r-- | .shellspec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.shellspec b/.shellspec new file mode 100644 index 0000000..85e0590 --- /dev/null +++ b/.shellspec @@ -0,0 +1,5 @@ +--require spec_helper + +--kcov-options "--include-pattern=cpt-lib" +--kcov-options "--include-pattern=/src/cpt,/contrib/cpt-" +--kcov-options "--exclude-pattern=.in" |