Closed solar05 closed 1 year ago
Base: 75.54% // Head: 75.54% // No change to project coverage :thumbsup:
Coverage data is based on head (
690c12d
) compared to base (78f09a8
). Patch coverage: 75.65% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Curious why you picked the single-letter alias for some and not others. I'm primarily wondering about s
for spec
. I would probably pick spec
for that require, but if the majority of namespaces already use s
(or you have another compelling reason), then I'm fine with it.
FYI, the relevant part of our Clojure Style Guide:
Some namespaces that are very core to an application and used all over the place are better off having a shorter alias used consistently.
We should probably make this easier to find for contributors. :thinking:
The changes look good overall. Thank you for the PR! (Sorry for not mentioning that in my initial comment.)
Released in v1.78.1249
[lambdaisland/kaocha "1.78.1249"] ;; deps.edn
{lambdaisland/kaocha {:mvn/version "1.78.1249"}} ;; project.clj
Fixes #329