Closed Steap closed 5 years ago
It would be nice to use "coverage" in the tests. Upt does it (see https://framagit.org/upt/upt/commit/3dfc1b4c7b3a163212754538b973503263759b6c) and it helps detect which parts of the code are never executed when running the tests.
Sure, that never hurts!
In the same PR to add this, let's also fix the configuration for the Azure pipelines that Rainer enabled. Configuration file is azure-pipelines.yml and the documentation is here.
azure-pipelines.yml
It would be nice to use "coverage" in the tests. Upt does it (see https://framagit.org/upt/upt/commit/3dfc1b4c7b3a163212754538b973503263759b6c) and it helps detect which parts of the code are never executed when running the tests.