All checks were successful
build / build (push) Successful in 2m18s
- basic generation of json files - supported parsers: - healthcheck - result-detail - result-status - file - log - dummy - keyword (keyword, clangtidy, cppcheck, cpplint) - diff - `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3 - teapot and healthcheck should be up to date Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn> Reviewed-on: #10 Reviewed-by: Boming Zhang <bomingzh@sjtu.edu.cn> Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn> Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
17 lines
369 B
TOML
17 lines
369 B
TOML
grading_repo_name = "ece280-joj"
|
|
|
|
sandbox_token = "test"
|
|
# reconfigure later
|
|
max_total_score = 100
|
|
max_size = 50.5
|
|
|
|
# for tests
|
|
[groups]
|
|
name = ["joj", "run"]
|
|
max_count = [1000, 1000]
|
|
time_period_hour = [24, 24]
|
|
|
|
[files]
|
|
required = ["README.md", "Changelog.md"]
|
|
immutable = [".gitignore", ".gitattributes",".gitea/workflows/push.yaml", ".gitea/workflows/release.yaml"]
|