You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
Simplecov was only reporting coverage for a handful
of rspec's files, and I realized why: simplecov can
only track coverage of files that are loaded _after_
it has been loaded. So, to get this to work properly,
we have to load simplecov before rspec-core. This
commit adds a wrapper script that does that.
0 commit comments