Commit e4813ee
Merge #247
247: Fix simplecov r=curquiza a=jmks
I was looking at the coverage stats, and noticed that Simplecov appears to be misconfigured. It only showed coverage for spec files.
I reordered the `require`s and added a note (from the SimpleCov repo) on why it is configured that way.
Additionally, I filtered out the spec files from the coverage report.
Here's screenshots before:

and after:
<img width="791" alt="Screen Shot 2021-10-20 at 9 52 34 AM" src="https://user-images.githubusercontent.com/4923990/138110073-4f03fa93-6a51-4f02-b971-81cfdd764558.png">
Co-authored-by: Jason Schweier <[email protected]>1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments