dsgibbons / shap

A game theoretic approach to explain the output of any machine learning model.
https://shap-community.readthedocs.io/en/latest/
MIT License
25 stars 5 forks source link

Chore: Simplify pytest code coverage config #74

Closed connortann closed 1 year ago

connortann commented 1 year ago

A very small bugbear change, to simplify the output of pytest when tests are run locally.

Configures pytest so that code coverage is not shown by default, but remains visible on the appropriate CI jobs.