macports / upt-macports

The Universal Packaging Tool (upt) backend for MacPorts
https://framagit.org/upt/upt
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Tests: use coverage #8

Closed Steap closed 5 years ago

Steap commented 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.

reneeotten commented 5 years ago

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.