From 761bb86182217d1e2bd2b881331bda94faf57f56 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Sat, 11 Nov 2023 08:48:05 -0800 Subject: [PATCH] add status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9764fa1..924913c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Support Table Cache [![Continuous Integration](https://github.com/bdurand/support_table_cache/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/bdurand/support_table_cache/actions/workflows/continuous_integration.yml) +[![Regression Test](https://github.com/bdurand/support_table_cache/actions/workflows/regression_test.yml/badge.svg)](https://github.com/bdurand/support_table_cache/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 adds caching for ActiveRecord support table models. These models have a unique key (i.e. a unique `name` attribute, etc.) and a limited number of entries (a few hundred at most). These are often models added to normalize the data structure and are also known as lookup tables.