Skip to content

Commit 3819831

Browse files
committed
🔧 Simplecov config
1 parent 570266b commit 3819831

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.simplecov

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ require "kettle/soup/cover/config"
44
# It is controlled by ENV variables, which are set in .envrc and loaded via `direnv allow`
55
# If the values for minimum coverage need to change, they should be changed both there,
66
# and in 2 places in .github/workflows/coverage.yml.
7-
SimpleCov.start
7+
SimpleCov.start do
8+
track_files "lib/**/*.rb"
9+
track_files "lib/**/*.rake"
10+
track_files "exe/*.rb"
11+
end

0 commit comments

Comments
 (0)