Graqr / Threshr

java sdk for target's grocery api
GNU General Public License v3.0
1 stars 2 forks source link

Add Code Coverage Analysis #7

Closed Jonathan-Zollinger closed 4 months ago

Jonathan-Zollinger commented 9 months ago

Summary

I want to make sure I'm covering my bases in my tests

Proposed Solution

there are a lot of options out there - jakarta comes to mind

Alternative

I could configure my 'server' to run jenkins code coverage reports as well.

Additional Context

Defining "done"

Code of Conduct

Jonathan-Zollinger commented 4 months ago

sonar cloud includes test coverage with their analysis, which also looks like they're relying on jacoco

Jonathan-Zollinger commented 4 months ago

addressed in #71