Skip to content

Testing

Daniel Gómez-Sánchez edited this page Apr 23, 2018 · 1 revision

Code coverage reports for the project can be found in the Codecov Project page.

If you want to evaluate ReadTools locally:

  • Run ./gradlew test to execute all tests. Test reports will be in build/reports/tests/index.html
  • Run ./gradlew jacocoTestReport to execute tests and compute coverage report. The report will be in build/reports/jacoco/test/html/index.html
Clone this wiki locally