Skip to content

Releases: GatorEducator/gatorgrade

Add Report Generation in Markdown and JSON

23 Mar 14:05
6ef8f61
Compare
Choose a tag to compare

Support the creation of a report in either the Markdown or JSON formats. These reports can be saved to a file or to an environment variable. If you save them to an environment variable like
The file config/gatorgrade.yml either does not exist or is not valid.
Exiting now! then it will create a GitHub job summary that students may find convenient to consult.

Change the symbols for correct and incorrect checks.

19 Sep 00:15
0c7a13f
Compare
Choose a tag to compare

Make a small change to the check_result module to change the symbols used to show when a check is correct or incorrect.

Remove the use of the generate from command-line interface

10 Sep 01:16
Compare
Choose a tag to compare

Since the generate command does not have all of the features it would need to be fully useful, remove it from the command-line so as to avoid confusion.

Fix bug to avoid crashing for incorrect configuration file

07 Sep 17:42
87f4bfb
Compare
Choose a tag to compare

Ensure that GatorGrade does not crash when the --config parameter points to a missing configuration file.

Fix incorrect process return code

27 Aug 18:00
Compare
Choose a tag to compare

Return non-zero return codes when the use of gatorgrade fails.

GatorGrade 0.2.0

09 Aug 02:23
21c54fc
Compare
Choose a tag to compare

This release adds support for shell checks and improvements to the output.

What's Changed

Full Changelog: v0.1.0...v0.2.0

GatorGrade 0.1.0

13 Jul 01:11
8b14ffb
Compare
Choose a tag to compare

This release contains the complete first version of the GatorGrade program developed by Allegheny College's Spring 2022 Software Engineering class. Usage and installation instructions are available in the README.