We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, default profile for :rails adds some filters, for example /config/ and /db/ filters.
:rails
/config/
/db/
Because of how filters are implemented this will also exclude files located in /lib/module/my/config/for/something/ which is a little unexpected.
/lib/module/my/config/for/something/
It would be great to make it possible to improve files to match against relative routes like \A/config/ or something like that, what do you think?
\A/config/
Thanks for the great work with SimpleCov!
The text was updated successfully, but these errors were encountered:
Hey there,
thanks for the issue report!
That seems like a problem indeed 😄 Imo the default profile should only exclude files in the root config folder.
Sorry, something went wrong.
Allow for regular expression filters
a0b14a1
Fixes simplecov-ruby#514
No branches or pull requests
Currently, default profile for
:rails
adds some filters, for example/config/
and/db/
filters.Because of how filters are implemented this will also exclude files located in
/lib/module/my/config/for/something/
which is a little unexpected.It would be great to make it possible to improve files to match against relative routes like
\A/config/
or something like that, what do you think?Thanks for the great work with SimpleCov!
The text was updated successfully, but these errors were encountered: