Code coverage 100% for front end generated apps #10927
renanfranca
started this conversation in
General
Replies: 1 comment 2 replies
-
@renanfranca : my opinion on the subject is not final yet. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I want to discuss code coverage in front-end generated apps, which I started in this issue: #10925 (comment). I now understand that implementing detailed tests isn't sustainable in the long run (even the books I'm reading say that).
However, 100% code coverage helps me identify dead code and improve some areas to make the code more efficient with fewer branch possibilities. I would appreciate it if we could decide whether we should exclude implementation detail classes from code coverage or if the plan is to avoid 100% code coverage metrics for front-end generated apps.
I opened this discussion because it will directly impact what I'm currently working on: Vue: add OAuth2 Keycloak authentication, and I don’t want to get stuck due to a lack of clarity on what to do hahahha.
cc: @DamnClin, @pascalgrimaud, @qmonmert, @murdos
Thanks! ;)
Beta Was this translation helpful? Give feedback.
All reactions