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
For anyone else that encounters this, you can add the following to your coverage_exclusions to ignore any coverage reports for rewired modules: ~r"\.R\d+$"
When I run
mix test --cover
, I'm seeing rewired modules in the coverage report:Is this expected behavior? I'm thinking they should be excluded, but I'm hesitant to start adding generated modules to my coverage_exclusions.
The text was updated successfully, but these errors were encountered: