From 40dbc444a4b3f4bfe04899816dd98d798e798df7 Mon Sep 17 00:00:00 2001 From: Aldrian Harjati Date: Fri, 22 Sep 2023 09:51:50 -0400 Subject: [PATCH] add coverage badge and link to coverage page --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 047b26a2..d3437716 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Development standard practice * Check definitions' name should be set to validation ID. * Example: "denial_reasons. enum_value_conflict" ![Validation ID](validation_id.png) + +## Coverage +[![Coverage badge](https://github.com/cfpb/regtech-data-validator/raw/python-coverage-comment-action-data/badge.svg)](https://github.com/cfpb/regtech-data-validator/tree/python-coverage-comment-action-data) + ## Contributing [CFPB](https://www.consumerfinance.gov/) is developing the `RegTech Data Validator` in the open to maximize transparency and encourage third party contributions. If you want to contribute, please read and abide by the terms of the [License](./LICENSE) for this project. Pull Requests are always welcome.