Replies: 3 comments 3 replies
|
@galdolber Thank you so much for sponsoring, I really appreciate that. Currently there aren't any hooks that would help with this. Perhaps this could be done with macros. I'm not deeply familiar with how other solutions do this in Clojure. What are your alternatives so far? |
|
A follow up: In the latest babashka / SCI (master) The rcf library has a kind of tools.analyzer-like thing going on in their code which is compatible with the latest babashka. It could be an interesting way to enable code coverage tools as well. |
|
With a few hacks I was able to make tools.analyzer work in bb: Perhaps that will also help this use case. |



Uh oh!
There was an error while loading. Please reload this page.
I'm evaluating different solutions to implement code coverage for code I'm running with sci.
Is there any way to use the interpreter to achieve this kind of instrumentation?
Some way to hook into the evaluation process.
Sponsor
All reactions