Skip to content

Commit 744b85e

Browse files
Add codecov.io badge
1 parent ffcea86 commit 744b85e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![GoDoc](https://godoc.org/github.com/leonelquinteros/gotext?status.svg)](https://godoc.org/github.com/leonelquinteros/gotext)
22
[![Build Status](https://travis-ci.org/leonelquinteros/gotext.svg?branch=master)](https://travis-ci.org/leonelquinteros/gotext)
3+
[![codecov](https://codecov.io/gh/leonelquinteros/gotext/branch/master/graph/badge.svg)](https://codecov.io/gh/leonelquinteros/gotext)
34
[![Go Report Card](https://goreportcard.com/badge/github.com/leonelquinteros/gotext)](https://goreportcard.com/report/github.com/leonelquinteros/gotext)
45

56
# Gotext
@@ -19,7 +20,7 @@ Version: [v1.1.1](https://github.com/leonelquinteros/gotext/releases/tag/v1.1.1)
1920
- Support for [message contexts](https://www.gnu.org/software/gettext/manual/html_node/Contexts.html).
2021
- Thread-safe: This package is safe for concurrent use across multiple goroutines.
2122
- It works with UTF-8 encoding as it's the default for Go language.
22-
- Unit tests available. See coverage: https://gocover.io/github.com/leonelquinteros/gotext
23+
- Unit tests available.
2324
- Language codes are automatically simplified from the form `en_UK` to `en` if the first isn't available.
2425
- Ready to use inside Go templates.
2526

0 commit comments

Comments
 (0)