At the moment the hpc-coveralls command can only accept one test suite name.
After this change, the command should be able to handle calls with multiple test suite names passed in the argument list, and the coverage report should reflect the merge coverage data from both test suite tix data.
Implementation:
For each test suite name:
read tix
read mixs
read files
create map of: file name -> (sourc, mix, tics)
Then merge all maps on keys, by summing up the tixs.
At the moment the
hpc-coveralls
command can only accept one test suite name.After this change, the command should be able to handle calls with multiple test suite names passed in the argument list, and the coverage report should reflect the merge coverage data from both test suite tix data.
Implementation:
For each test suite name:
Then merge all maps on keys, by summing up the tixs.