Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

testing: measure code coverage #257

Open
pohly opened this issue Apr 30, 2019 · 2 comments
Open

testing: measure code coverage #257

pohly opened this issue Apr 30, 2019 · 2 comments
Labels
1.0 testing affects testing, not driver code

Comments

@pohly
Copy link
Contributor

pohly commented Apr 30, 2019

We want to know which code doesn't have tests. For that we need to enable coverage data gathering in:

  • unit tests
  • E2E tests

Doing it in just one of them would result in an incorrect report because some code paths can only be tested via one or the other approach.

@okartau
Copy link
Contributor

okartau commented Apr 30, 2019

#246 adds coverage option for unit test cmd

@okartau
Copy link
Contributor

okartau commented Apr 30, 2019

#246 adds coverage option for unit test cmd

I saw your comment there after writing this, will remove coverage option commit in #246

@okartau okartau added the testing affects testing, not driver code label May 2, 2019
@pohly pohly added the future needs to be fixed in some future release label May 18, 2020
@pohly pohly added 1.0 and removed future needs to be fixed in some future release labels Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1.0 testing affects testing, not driver code
Projects
None yet
Development

No branches or pull requests

2 participants