Closed sritchie closed 1 year ago
Patch coverage: 99.45
% and project coverage change: +0.02
:tada:
Comparison is base (
b942f7c
) 86.46% compared to head (ac70c90
) 86.48%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I could have sworn this was not allowed!
From the CHANGELOG:
110:
Moves all docstrings that existed as metadata on defs (ie,
(def ^{:doc "..."} sym ...)
) down below the symbol. I hadn't realized that this was a valid way to attach a docstring!Upgrades GitHub Actions
clj-kondo
invocation to version 2013.01.20 and saves some work in the actions setup. Fix all linting errors that resulted.