webtech-network/GitHub Classroom Command Grader
A plugin for GitHub Classroom's Autograder. Seamlessly integrate your CS class with GitHub using this action to facilitate the grading process.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-name | The unique identifier for the test. | yes | — |
| setup-command | Command to execute prior to the test, typically for environment setup or dependency installation. | no | — |
| command | Primary command to run for the test. A zero exit code signifies a successful test. | yes | — |
| procedure | Alternative direct function to get partial score and message | no | — |
| weight | Peso da avaliação no cálculo geral | no | — |
| timeout | Duration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 6 hours. | no | 10 |
| max-score | Maximum points awarded upon a successful test. | no | — |
Outputs
| name | description |
|---|---|
| result | Outputs the result of the grader, indicating the success or failure of the test. |