We have seen this recently, one our devs missed adding a test for a new component but its not caught in the coverage report. Ideally this should have been caught and reported (if the coverage is below threshold). Adding a test and importing the new component covers it but is there a way to automatically cover all the sources (except excluded files/directories)?
We have seen this recently, one our devs missed adding a test for a new component but its not caught in the coverage report. Ideally this should have been caught and reported (if the coverage is below threshold). Adding a test and importing the new component covers it but is there a way to automatically cover all the sources (except excluded files/directories)?