Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.3 KB

korekto-load-file-grader

Build codecov License

Korekto grader & exercise about loading files in Java.

Exercise subject: here

How to launch

You will need these 2 env vars:

git clone [email protected]:lernejo/korekto-load-file-grader.git
mvn compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"

With IntelliJ

After cloning the project, open it in with IntelliJ.

Then create a new Application configuration

  • launching the class com.github.lernejo.korekto.toolkit.launcher.GradingJobLauncher
  • with program arguments: -s=$GH_LOGIN
  • with VM options: -Dgithub_token="$GH_TOKEN