canonical / ubuntu-pro-client

Ubuntu Pro Client for offerings from Canonical
https://canonical-ubuntu-pro-client.readthedocs-hosted.com/en/latest/
GNU General Public License v3.0
51 stars 69 forks source link

Feature: coverage info for apt-hook #3048

Open orndorffgrant opened 3 months ago

orndorffgrant commented 3 months ago

Please describe the scenario where the new feature would be useful

For our continuous analysis of code coverage, we should include coverage of the apt-hook.

Describe the solution you'd like

Probably use lcov or similar to generate a coverage report for the apt-hook code.

Current behavior

We have some unit tests but no coverage information for the apt-hook.

orndorffgrant commented 3 months ago

And be sure to add this to the jenkins tiobe job after it exists.