quickemu-project / quickget_configs

JSON formatted configuration files for use by quickget. Updated daily
GNU General Public License v3.0
5 stars 1 forks source link

feat: Generate summaries #14

Open lj3954 opened 3 weeks ago

lj3954 commented 3 weeks ago

I confirm this feature has not been previously requested

Describe the solution you'd like Quickget CI should generate summaries of runs. Summaries should be HTML-formatted or otherwise formatted in a way that can be easily displayed within the repository or directly through the web. Supported distros, releases, and editions should be included, as well as configs which were removed due to unresolvable URLs, distros for which configs could not be generated, etc.

The ToOS trait should be updated to also return a struct including this data, which can then be collected and formatted afterwards.