jaraco / skeleton

A generic project skeleton for Python projects.
http://blog.jaraco.com/skeleton/
MIT License
123 stars 36 forks source link

Implement coverage aggregation #130

Open jaraco opened 5 months ago

jaraco commented 5 months ago

This post by Hynek describes a technique for aggregating coverage results across independent jobs. Let's explore applying that technique to skeleton-based projects.

bswck commented 5 months ago

I'm already doing this in my projects. https://github.com/bswck/slothy/blob/main/.github%2Fworkflows%2Fcoverage.yml

I can work on this as soon as I get a laptop, which is in a few days ^^