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
At the moment, when detailing which function to cover, it is only possible to target
functions from the namespace in which the UT tests have been defined.
It should be possible to target ${FUNCTION} for coverage with a ${NAMESPACE}
Conf.cover ← ⊂ '#${NAMESPACE}.${FUNCTION}'
The text was updated successfully, but these errors were encountered:
At the moment, when detailing which function to cover, it is only possible to target
functions from the namespace in which the UT tests have been defined.
It should be possible to target ${FUNCTION} for coverage with a ${NAMESPACE}
Conf.cover ← ⊂ '#${NAMESPACE}.${FUNCTION}'
The text was updated successfully, but these errors were encountered: