asdf-golang/.shellspec
Kenny Parnell 99f0baf0af
Add Specs (#96)
* Initialize shellspec and add to workflow.

* Automatic Yes to shellspec prompts.

* Install and Run ShellSpec as one job.

* Add find to debug action.

* Use shellspec in lib dir.

* Run ShellSpec on matrix

* Add shellspec to it's own workflow.

* Move shellspec.yml back into main.yml because checkout.
2023-05-09 10:39:09 -04:00

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/"