Closed alysbrooks closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
0f04c14
) 75.22% compared to head (f9a6b3b
) 75.22%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
If we want it to run only on certain labels we can add the following:
if: contains(github.event.pull_request.labels.*.name, 'needs-canary-run')
Credit where credit is due: The original idea came from the Rust project (their crater tool) and rewrite-clj
(the canary tests).
Looks good to me.
Thanks! @humorless
Released in v1.84.1335
[lambdaisland/kaocha "1.84.1335"] ;; deps.edn
{lambdaisland/kaocha {:mvn/version "1.84.1335"}} ;; project.clj
Run tests in various repositories using the latest Kaocha.
Addresses #291 and #301.