Skip to content

Commit

Permalink
Merge pull request #1076 from zenspider/zenspider/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
amatsuda authored Nov 5, 2023
2 parents 8536c21 + 3e9e8b8 commit 1d8f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def refuse_coverage_drop(*criteria)
# SimpleCov.add_filter do |src_file|
# File.basename(src_file.filename) == 'environment.rb'
# end # Will exclude environment.rb files from the results
# * 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
# paths and then ignored (basically string filter multiple times)
# SimpleCov.add_filter ['app/models', 'app/helpers'] # ignores both dirs
# * as an instance of a subclass of SimpleCov::Filter. See the documentation there
Expand Down

0 comments on commit 1d8f692

Please sign in to comment.