Skip to content
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

Create UTRunnerWithCoverage class #176

Open
coderustic opened this issue Oct 6, 2024 · 0 comments
Open

Create UTRunnerWithCoverage class #176

coderustic opened this issue Oct 6, 2024 · 0 comments
Labels
platform Underlying platform (code) changes refactor Refactoring the code to make it better

Comments

@coderustic
Copy link
Contributor

While this issue address to split the UTGenerator into generator vs. validator. The coverage processing has been duplicated in couple of places -

  • CoverAgent at the end of the loop
  • UTGenerator during initialization - Does Generator even need coverage? May be when we split generator into validator this initialization can go into validator??
  • While validating each test.

It would be good to not repeat the code everywhere.

@EmbeddedDevops1 EmbeddedDevops1 added refactor Refactoring the code to make it better platform Underlying platform (code) changes labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform Underlying platform (code) changes refactor Refactoring the code to make it better
Projects
None yet
Development

No branches or pull requests

2 participants