Skip to content

lernejo/korekto-video-game-search-engine-grader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korekto-video-game-search-engine-grader

Korekto grader for the simple webapp exercise

Build codecov

Global grading

Grades are computed through the grade-all job.
Results are available here: https://lernejo.github.io/korekto-video-game-search-engine-grader/

Launch locally

This grader uses Testcontainers which needs Docker.
On Windows this means that the Docker engine must be running.

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

With Maven

mvn compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token=$GH_TOKEN

With intelliJ

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=$GH_TOKEN

Like so:

mvn compile exec:java -Dexec.args="-s=$GH_LOGIN" -Dgithub_token=$GH_TOKEN

About

Grader for the Video Game Search Engine project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages