lambdaisland / kaocha

Full featured next gen Clojure test runner
https://cljdoc.org/d/lambdaisland/kaocha/1.0.861/doc/1-introduction
Eclipse Public License 1.0
792 stars 81 forks source link

Respect disabling of unload/reload when watching #424

Closed simon-katz closed 11 months ago

simon-katz commented 11 months ago

DRAFT: Awaiting lambdaisland.tools.namespace.repl/remove-disabled to be made public — the subject of another PR (https://github.com/lambdaisland/tools.namespace/pull/5).

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 31.03% and project coverage change: +0.01% :tada:

Comparison is base (d390b8e) 75.08% compared to head (98c2200) 75.10%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #424 +/- ## ========================================== + Coverage 75.08% 75.10% +0.01% ========================================== Files 52 52 Lines 2802 2804 +2 Branches 289 289 ========================================== + Hits 2104 2106 +2 Misses 511 511 Partials 187 187 ``` | [Flag](https://app.codecov.io/gh/lambdaisland/kaocha/pull/424/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/lambdaisland/kaocha/pull/424/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `56.24% <0.00%> (-0.08%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/lambdaisland/kaocha/pull/424/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `69.43% <31.03%> (+0.02%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/lambdaisland/kaocha/pull/424?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/kaocha/watch.clj](https://app.codecov.io/gh/lambdaisland/kaocha/pull/424?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2thb2NoYS93YXRjaC5jbGo=) | `71.79% <31.03%> (+0.24%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.