You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the codeclimate test-reporter's code reveals that a whitespace separated list is expected as input: codeclimate/test-reporter@b2ae857
Unfortunately, this action does not support globbing for the environment variables (I'm guessing that it's not possible to re-set an environment variable from within the running action?), so while I can use tree globbing "**" for the coverageLocations, I have to explicitly list every modules source directories...
Describe the bug
coverageLocations
can be multiple values, butJACOCO_SOURCE_PATH
can only contain one value.In a Java build that produces multiple jars, I need a different JaCoCo source path per coverage location.
Version of
codeclimate-action
you're usingv2.5.7
Expected behavior
I should be able to specify the source paths for each coverage location.
Additional context
This may need to be reported upstream here: https://github.com/codeclimate/test-reporter
The text was updated successfully, but these errors were encountered: