lorentzenchr / model-diagnostics

Tools for diagnostics and assessment of (machine learning) models
https://lorentzenchr.github.io/model-diagnostics/
MIT License
28 stars 4 forks source link

CI make coverage account for full test matrix #137

Closed lorentzenchr closed 8 months ago

lorentzenchr commented 8 months ago

So far, the CI coverage only took the test run of a single setting/matrix element. This PR makes it take into account the full test matrix. Therefore, the coverage percentage will increase - rightfully so.

Different test matrix entries just test different things due to packages being installed or not.