We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570266b commit 3819831Copy full SHA for 3819831
.simplecov
@@ -4,4 +4,8 @@ require "kettle/soup/cover/config"
4
# It is controlled by ENV variables, which are set in .envrc and loaded via `direnv allow`
5
# If the values for minimum coverage need to change, they should be changed both there,
6
# and in 2 places in .github/workflows/coverage.yml.
7
-SimpleCov.start
+SimpleCov.start do
8
+ track_files "lib/**/*.rb"
9
+ track_files "lib/**/*.rake"
10
+ track_files "exe/*.rb"
11
+end
0 commit comments