This MR split the source tests in order to:
- Provides coverage for master only, with html output (as before)
- Remove the coverage for other branches
Few other changes was also done:
- Split hdf5-writer/bliss into dedicated tasks
- Add allow-failure to the writer tests (temporarily, until somebody fix it)
- Rename doc tasks for readability
About coverage only for master:
Pro:
- Faster tests
- More realistic timing (we could argue against)
- May fix segfault happening on the GUI
Con:
- The master could never have success on tests anymore