Skip to content
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

CollectorDataEntries missing #134

Open
dombrovsky opened this issue Nov 18, 2024 · 0 comments
Open

CollectorDataEntries missing #134

dombrovsky opened this issue Nov 18, 2024 · 0 comments

Comments

@dombrovsky
Copy link

When running dotnet test --collect "Code Coverage" resulting trx files have references to .coverage files collected:

<ResultSummary />
    <CollectorDataEntries>
      <Collector>
        <UriAttachments>
          <UriAttachment>
            <A href="path to .coverage file"></A>
          </UriAttachment>
        </UriAttachments>
      </Collector>
    </CollectorDataEntries>
  </ResultSummary>

Some tools (e.g. SonarCloud) may rely on trx files having references to .coverage files.

The output trx file produced by trx-merge tool has no CollectorDataEntries section.

The expected result would be to merge UriAttachment from each source trx into resulting one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant