Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.14 KB

Korekto AOP grader

🆕 An exercise about using AOP for various patterns

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-aop-grader.git
cd korekto-aop-grader
./mvnw compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token="$GH_TOKEN"