Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stronger path-matching for simplecov filters
The filter for spec/ was actually matching basically everything in the gem (and discarding it), because it's all in lib/rspec/, and simplecov is doing a string-based infix match. I'm not certain when that changed, but my guess is 2018, in this PR: simplecov-ruby/simplecov#616 I also adjusted the minimum_coverage down to 99, since we're currently at 99.26, and not 100%. I'll get on that shortly.
- Loading branch information