Closed AndreaCrotti closed 4 years ago
It is likely that something is pulling in an old version of tools.cli, see https://github.com/lambdaisland/kaocha/issues/30
Ah yes we were using an older version of tools.cli.
The strange thing is that I had to do a lein clean
to actually get it to work, but now it seems to be fine, thanks!
Glad you got it working!
I'm having a few weird issues with the Cli, this is one:
which is a bit weird since it should definitively work, and on another project configured in the same way it works https://github.com/AndreaCrotti/elo/blob/master/.circleci/config.yml#L73
The other thing is that I would need to skip some tests while running test coverage, according to the
--help
this should workbin/kaocha --skip-meta :e2e --plugin cloverage
even ifbin/kaocha --skip-meta :e2e
does work correctly skipping the undesired tests.This maybe makes sense since it's cloverage that eventually runs the tests, or is kaocha still controlling which ones should be skipped in theory?