I have two completely separate eunit suites for the same application. Is it possible to combine the coverage artifacts from each suite and then perform coverage aggregation? I can’t seem to find how to do this with the cover
module, and the CT’s Cross Coverage section does not seem right for this.
1 Like
here is a description of how rebar3
combines multiple cover files, probably you can make it work following those steps.
2 Likes
Good stuff thank you.
1 Like