Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun committed Oct 11, 2024
1 parent ebb62bd commit 7f3a9e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .shellspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# by default, the execution directory for testing is where the specfile is located
--execdir @specfile

# by default, use the bash shell. if not set, run source may use a shell different from the one used to run the specfile (it seems to be a bug)
--shell bash

# By default only shell scripts whose names contain .sh are coverage targeted. If you want to include other files, you need to adjust options with --kcov-options.
# --kcov-options "--include-path=. --path-strip-level=1"
--kcov-options "--include-pattern=.sh"
Expand Down

0 comments on commit 7f3a9e0

Please sign in to comment.