-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong number of args (0) passed to: clojure.core/max #3
Comments
Can you share your deps.edn alias with the config? I have seen that once when nothing gets instrumented because some issue in the instrumentation config. |
@jpmonettas of course! Sorry for the delay:
|
Seeing this and your comment made me realize it's probably the |
Ah, also I just copied the pattern for what should be instrumented. Sorry, obviously that's the problem. |
That solved it! Sorry for the noise. It might be nice to have better error reporting for my (admittedly stupid) mistake. |
Great to hear it is solved! Yeah I agree that error is very confusing for a common mistake like wrong instrumentation. I'll leave this open and something for it! |
I attempted to use clofidence to generate a test report for our internal API using the
README
as a guide. After using the configuration from theREADME
and running$ clj -X:test:clofidence
the test suite runs just fine but when it comes to generating the report it errs:The text was updated successfully, but these errors were encountered: