Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

jacoco/codecov.io fix issues #247

Open
soywiz opened this issue Aug 12, 2017 · 0 comments
Open

jacoco/codecov.io fix issues #247

soywiz opened this issue Aug 12, 2017 · 0 comments

Comments

@soywiz
Copy link
Member

soywiz commented Aug 12, 2017

Initially tests in jtransc were designed with practicality in mind. Instead of unittest everything I work on case-use tests; in this case integration tests. That make tests less fragile and it is easier to change a design without breaking tests. Jacoco works at per-module. It just tests again classes in its own module by default. That mean that integration tests between projects doesn't measure coverage in other modules.

We have two options here:

  • Do proper unittests at each module, and just consider unittesting for coverage
  • Tell jacoco to measure coverage in classes of other projects, since codecov is going to merge coverage reports
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant