• Jérome Perrin's avatar
    tests: implement coverage reporting · f1e902b2
    Jérome Perrin authored
      - move the logic of uploading to WebDAV server here instead of the
     generated bin/runUnitTest wrapper
      - run a new `coverage_report` which will
        - download all coverage data from WebDAV server
        - combine the data
        - run html report, saved in log folder
        - print text output in the text output.
    
    This `coverage_report` test waits for other tests to finish uploading
    data, we could extend test node distributor to distribute this test at
    the end.
    f1e902b2
runTestSuite.py 7.31 KB