Closed plexus closed 1 year ago
Base: 75.21% // Head: 75.42% // Increases project coverage by +0.20%
:tada:
Coverage data is based on head (
1c9ada5
) compared to base (295791e
). Patch coverage: 33.33% of modified lines in pull request are covered.:exclamation: Current head 1c9ada5 differs from pull request most recent head 1266ab0. Consider uploading reports for the commit 1266ab0 to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Yeah, I had a conversation with Michiel Borkent when there was an earlier issue with FileDescriptor
, and he said FileDescriptor
probably wasn't a good candidate for addition to Babashka.
Released in v1.75.1190
[lambdaisland/kaocha "1.75.1190"] ;; deps.edn
{lambdaisland/kaocha {:mvn/version "1.75.1190"}} ;; project.clj
When using the output-capturing plugin, it is sometimes desirable to bypass it and still print things directly.
See https://clojurians.slack.com/archives/CCY2V0U6A/p1670084873985659 for a workaround.
This applies the same logic, but provides a more generic
bypass
macro.It seems
FileDescriptor
is not available in babashka, so until that changes this will be Clojure only.