Skip to content

Commit 4659b3f

Browse files
committed
Add Codecov badge to README
1 parent 176e84c commit 4659b3f

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
@@ -4,6 +4,7 @@ A thread-safe, generic ordered map for Go that maintains insertion order while p
44

55
[![Go Reference](https://pkg.go.dev/badge/github.com/DocSpring/orderedmap.svg)](https://pkg.go.dev/github.com/DocSpring/orderedmap)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/DocSpring/orderedmap)](https://goreportcard.com/report/github.com/DocSpring/orderedmap)
7+
[![codecov](https://codecov.io/gh/DocSpring/orderedmap/branch/main/graph/badge.svg)](https://codecov.io/gh/DocSpring/orderedmap)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
89

910
## Features

0 commit comments

Comments
 (0)