Skip to content

We are not pulling junits from nested folders for multi module setup #1304

@vivekkothari

Description

@vivekkothari

Bug description

When I configure the step as follows,

    - name: Upload test results to Datadog
      if: ${{ always() && github.actor != 'dependabot[bot]' }}
      continue-on-error: true
      uses: datadog/junit-upload-github-action@v1
      with:
        api-key: ${{ inputs.datadog-api-key }}
        service: mloop-backend
        env: ci
        files: '**/test-results/**/*.xml'

It is not traversing nested paths and fetching the reports from nested path.

Describe what you expected

Github Action like EnricoMi/publish-unit-test-result-action handle relative paths really well. Would expect this to also work with these paths.

Steps to reproduce the issue

No response

Additional context

No response

Command

None

Metadata

Metadata

Labels

bugSomething isn't workingsoftware-deliveryRelated to [coverage, deployment, dora, junit, measure, tag, trace]

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions