Upload coverage data separately and later?

For our system we have two types of tests:

  1. Unit tests - built and run when software is built.
  2. Integration/automated tests - scheduled and run after software is built.

We could probable manage to create coverage data for unit tests in the same pipeline as running the scanner. But the automated tests run for many hours and the build does not wait for its result. Is it possible to upload more results later? Best would be if it could complement data uploaded during scanning.

Based on a few topics like below this does not seem possible currently:

Can you say anything about current plans to support this? Of the two, uploading data from integration/automated tests at a later time would for us be more important.

Hey Daniel,

It’s not possible right not to enrich an analysis with more data after something like code coverage is generated.

You may want to join an ongoing similar discussion here.

Got it, I’ll keep an eye out for this. Hopefully it’s something that you will deliver.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.