Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 598 Bytes

File metadata and controls

12 lines (10 loc) · 598 Bytes

Task1-template

You can successfully build and test the project locally without any configuration You can get code coverage report locally You can run static analysis tools locally to ensure that their solution meets the requirements.

For this you need:

  1. Open a command prompt or any similar program in your project directory
  2. Run "sh gradlew.sh buildProject"
  3. You can read the reports in just appeared "buildReports" folder a) jacocoTestReport.xml provides code coverage information b) checkStyleReport.xml fingBugsReport.xml and pmdReport.xml provide information about static analysis