newrelic / newrelic-cli

The New Relic Command Line Interface
https://developer.newrelic.com/explore-docs/newrelic-cli
Apache License 2.0
127 stars 73 forks source link

Allow wildcard in path for junit reporting #1576

Closed cpernot-hf closed 2 months ago

cpernot-hf commented 6 months ago

Feature Description

It would be great to be able to provide a wildcard as a path of "newrelic reporting junit" command. That would enable to send a bunch of files with one junit-reporter-action, see : https://github.com/newrelic/junit-reporter-action/

Describe Alternatives

Use https://github.com/bhovhannes/junit-report-merger in a previous step.