speareducation/Spear Check Code Coverage

Checks code coverage against another branch and outputs the difference. Requires AWS env vars

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bucketThe bucket in which results are stored
localFileThe file in which code coverage results can be found.
remoteFileThe file in S3 to compare
failureThresholdThe threshold (typically a negative integer) which triggers a failure. Please note this action must not, itself, fail due to this. It simply triggers an output boolean
namedescription
descriptionString; A user-friendly sentence describing the state of coverage.
differenceNumber; The difference in coverage as a decimal. example -5.25 or 5.25
emojiString; The emoji to be used along with the difference
failureBoolean; Whether the coverage check exceeds the threshold