-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
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
Is src/test/webapp/component/**/*.ts ts configfr exlusion usefull? #10925
Comments
Hello @DamnClin , I would like to take this opportunity in our discussion to ask how files that do not have 100% test coverage should be excluded. For instance, if you look at this comment regarding the files I will add with the |
This is not a coverage exclusion but a build exclusion :). For coverage exclusion my take is: as long as we can't get a proper merge we should remove this metric. I think not metric is better than a wrong one |
Oh, my bad!
Should we remove the code coverage 100% metric from the frontend generated apps? |
@DamnClin : as this code coverage discussion is not the main topic of this issue, I created a discussion here: |
In tsconfig for vue app there is an exclusion for "src/test/webapp/component/**/*.ts", is this still usefull?
The text was updated successfully, but these errors were encountered: