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

Combine generative, integration, and unit flags of coverage report #1252

Open
lcarva opened this issue Dec 20, 2023 · 0 comments
Open

Combine generative, integration, and unit flags of coverage report #1252

lcarva opened this issue Dec 20, 2023 · 0 comments

Comments

@lcarva
Copy link
Member

lcarva commented Dec 20, 2023

Today, the test coverage for this repo is 82.43%. This is a combined score of unit and acceptance tests.

It is possible to split up this value to better understand the amount of unit tests vs acceptance tests via flags. But, three out of four flags (generative, integration, unit) are really all unit tests. Given that there is likely overlap between these three flags, a combined score is not easily achieved.

To make that report more useful, let's combine the three flags into one.

Acceptance Criteria

  • codecov reports only two flags, acceptance and unit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant