Skip to content

lernejo/korekto-load-file-grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An exercise about loading files in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages