gap-actions/Run package tests

Run package tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
coverageBoolean that determines whether GAP is instructed to collect code coverage via the `--cover` argumentnotrue
testfileName of the GAP file to be read for executing the package tests (overrides TestFile in PackageInfo.g)no""
modeValue that determines which packages are loaded before the package is tested. The possible values are 'default', 'onlyneeded' or 'loadall'. The option 'default' loads GAP with default set of package; 'onlyneeded' loads only the needed dependencies of the package being tested; 'loadall' executes LoadAllPackages() before the package being tested.nodefault
warnings-as-errorsBoolean that determines whether any warnings produced whilst loading the package will be treated as errorsnotrue
pre-gapPrefix for the 'GAP' shell variable used by this action to launch GAP (e.g. setting this to 'valgrind --trace-children=yes --leak-check=full' will run GAP through valgrind)no""

no outputs