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 8536c21 commit 3e9e8b8Copy full SHA for 3e9e8b8
lib/simplecov/configuration.rb
@@ -358,7 +358,7 @@ def refuse_coverage_drop(*criteria)
358
# SimpleCov.add_filter do |src_file|
359
# File.basename(src_file.filename) == 'environment.rb'
360
# end # Will exclude environment.rb files from the results
361
- # * as an array of strings that are matched against all sorce files' file
+ # * as an array of strings that are matched against all source files' file
362
# paths and then ignored (basically string filter multiple times)
363
# SimpleCov.add_filter ['app/models', 'app/helpers'] # ignores both dirs
364
# * as an instance of a subclass of SimpleCov::Filter. See the documentation there
0 commit comments