Skip to content

lernejo/korekto-java-basics-grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korekto-java-basics-grader

Korekto grader for Java basics exercise

Build codecov

With Maven

mvn compile exec:java -Dexec.args="-s=mySlug"

With intelliJ

To launch the tool locally, run com.github.lernejo.korekto.toolkit.launcher.GradingJobLauncher with the argument -s=mySlug

Demo Run Configuration

GitHub API rate limiting

When using the grader a lot, GitHub may block API calls for a certain amount of time (criterias change regularly). This is because by default GitHub API are accessed anonymously.

To increase the API usage quota, use a Personal Access Token in order to access GitHub APIs authenticated.

Such a token can be supplied to the grader tool through the system property : -Dgithub_token=<your token>

Like so:

mvn compile exec:java -Dexec.args="-s=yourGitHubLogin" -Dgithub_token=<your token>

About

Korekto grader for Java basics exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages