Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.3 KB

korekto-java-basics-grader

Korekto grader for Java basics exercise

Build codecov License

Exercise subject: here

How to launch

You will need these 2 env vars:

  • GH_LOGIN your GitHub login
  • GH_TOKEN a Personal Access Token with permissions:
    • (classic) : repo and user
    • (fine-grained):
      • Repository permissions:
        • Actions: Read-only
        • Contents: Read-only
git clone [email protected]:lernejo/korekto-java-basics-grader.git
cd korekto-java-basics-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"

With intelliJ

Demo Run Configuration