Optimize unit test step in CI
I have merged 3 tests that each took 40 seconds with the same setup so I moved the assertions. The time gain makes up for the complexity gain in my opinion.
I also combined 2 gcovr lines.
Edited by Lars Krombeen
I have merged 3 tests that each took 40 seconds with the same setup so I moved the assertions. The time gain makes up for the complexity gain in my opinion.
I also combined 2 gcovr lines.