cqse/teamscale-upload

Support multiple upload formats in input file

Closed this issue · 0 comments

We want to support the upload of different kinds of external analysis results, e.g. coverage and findings, in one execution.
For this, the input file (--input) should allow patterns for different formats, e.g.

[jacoco]
pattern1/**.xml
pattern2/**.xml
[findbugs]
pattern1/**.findbugs.xml
pattern2/**.findbugs.xml