idaholab / magpie

Mesoscale Atomistic Glue Program for Integrated Execution
http://mooseframework.org/magpie/
GNU Lesser General Public License v2.1
8 stars 28 forks source link

Add coverage configuration #462

Closed loganharbour closed 2 years ago

loganharbour commented 2 years ago

Reason

A coverage configuration file in the repo will allow for the changing of coverage requirements from within a PR.

Design

Add a .coverage file to the root that defines the coverage requirements.

Impact

Simplifies changing coverage requirements and makes coverage requirements more transparent.

loganharbour commented 2 years ago

Closed in #463