chore(coverage): ignore deployment rake tasks
This commit is contained in:
parent
659d35e11f
commit
3c3bc4a657
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ SimpleCov.start "rails" do
|
|||
add_filter "/channels/" # not used
|
||||
groups.delete("Channels")
|
||||
|
||||
add_filter "/lib/tasks/deployment/"
|
||||
|
||||
add_group "Components", "app/components"
|
||||
add_group "API", ["app/graphql", "app/serializers"]
|
||||
add_group "Manager", ["app/dashboards", "app/fields"]
|
||||
|
|
Loading…
Reference in a new issue