-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "canary" tests. #413
Add "canary" tests. #413
Conversation
Run tests in various repositorie using the latest Kaochas.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #413 +/- ##
=======================================
Coverage 75.22% 75.22%
=======================================
Files 52 52
Lines 2797 2797
Branches 285 285
=======================================
Hits 2104 2104
Misses 509 509
Partials 184 184
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I can't find a good way to use the default test alias *and* override just Kaocha without creating a new alias on the command line.
If we want it to run only on certain labels we can add the following:
|
Add (most) Kaocha plugins other than the ClojureScript ones.
Credit where credit is due: The original idea came from the Rust project (their crater tool) and |
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.