ryannutt/GitHub Classroom JUni4 Autograder

GitHub action for automatically grading Java projects with JUnit4

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-nameUnique identifier for this testyes
setup-commandCommand to execute prior to test, typically used for setting up environment. Do not include javac here.no""
test-className of the test class, comma separated if multipleyes
timeoutTime in minutes to wait for the test to completeno5
max-scoreMax points a student can receive for this testno0
lib-pathPath to the JUnit4 jar file, and any other needed jar filesnolib
partial-creditIf true, students will receive partial credit for passing some testsnofalse
namedescription
resultOutputs from the test run