From 95e1c8ab601a332da1e27ed6df12b5fd9b9b5dab Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Sat, 11 Nov 2023 08:49:01 -0800 Subject: [PATCH] add status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c486fbb..7f3a58f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Support Table Data [![Continuous Integration](https://github.com/bdurand/support_table_data/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/bdurand/support_table_data/actions/workflows/continuous_integration.yml) +[![Regression Test](https://github.com/bdurand/support_table_data/actions/workflows/regression_test.yml/badge.svg)](https://github.com/bdurand/support_table_data/actions/workflows/regression_test.yml) [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard) This gem provides a mixin for ActiveRecord support table models that allows you to load data from YAML, JSON, or CSV files and reference specific records more easily. It is intended to solve issues with support tables (also known as lookup tables) that contain a small set of canonical data that must exist for your application to work.