Skip to content

Commit

Permalink
Merge pull request #6 from illinois/pr-5
Browse files Browse the repository at this point in the history
GitHub Action v6 (Continued from #5)
  • Loading branch information
wadefagen authored Jul 2, 2024
2 parents ecf5595 + a974095 commit f0e4edb
Show file tree
Hide file tree
Showing 31 changed files with 101,537 additions and 55,220 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

34 changes: 0 additions & 34 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore test runner output
__pycache__/
__tests__/runner/*

# Ignore test execution output
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Autograding
description: "Autograding for GitHub Classroom"
author: "@github"
description: "GitHub Action-based Autograding"
author: "@illinois"
inputs:
token:
description: >
Expand All @@ -18,8 +18,8 @@ inputs:
step_summary:
description: Boolean describing if a step summary should be generated
default: false
all_or_nothing:
description: Boolean describing if points are awared if and only if all points have been earned.
all_or_nothing:
description: Boolean describing if grade should be calculated using percentages of passed tests or all-or-nothing
default: false
runs:
using: "node20"
Expand Down
130,221 changes: 97,280 additions & 32,941 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ process.stderr.write = (str, encoding, cb) => {

module.exports = {
clearMocks: true,
preset: 'ts-jest',
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
Expand Down
Loading

0 comments on commit f0e4edb

Please sign in to comment.