Grader results are posted in the following files:
- tests.html
- bugs.html
- codesmells.txt
If you have Gradle 4.9 installed locally, you can run the following Makefile rules to get local results. Please note that the JUnit tests will be only the ones locally available and not the full set of tests the Grader uses.
run: make run test: make test spotbugs: make spotbugsMain codesmells: make codesmells