Skip to content

Commit c1b8e9f

Browse files
committed
Add coverage badge to README
Shows 100% test coverage status
1 parent c30453a commit c1b8e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![CI](https://github.com/firstdraft/normalized_match/actions/workflows/ci.yml/badge.svg)](https://github.com/firstdraft/normalized_match/actions/workflows/ci.yml)
44
[![Gem Version](https://badge.fury.io/rb/normalized_match.svg)](https://badge.fury.io/rb/normalized_match)
55
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standardrb/standard)
6+
[![Coverage Status](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/firstdraft/normalized_match)
67

78
A normalized string matcher for RSpec that ignores case, punctuation, and some whitespace differences.
89

0 commit comments

Comments
 (0)