|
1 | 1 | # MySQL Storage for [OAuth 2.0](https://github.com/go-oauth2/oauth2)
|
2 | 2 |
|
3 | | -[![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url] |
| 3 | +[![Build][Build-Status-Image]][Build-Status-Url][![Codecov][codecov-image]][codecov-url][![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url] |
4 | 4 |
|
5 | 5 | ## Install
|
6 | 6 |
|
@@ -37,6 +37,10 @@ func main() {
|
37 | 37 | Copyright (c) 2018 Lyric
|
38 | 38 | ```
|
39 | 39 |
|
| 40 | +[Build-Status-Url]: https://travis-ci.org/go-oauth2/mysql |
| 41 | +[Build-Status-Image]: https://travis-ci.org/go-oauth2/mysql.svg?branch=master |
| 42 | +[codecov-url]: https://codecov.io/gh/go-oauth2/mysql |
| 43 | +[codecov-image]: https://codecov.io/gh/go-oauth2/mysql/branch/master/graph/badge.svg |
40 | 44 | [reportcard-url]: https://goreportcard.com/report/gopkg.in/go-oauth2/mysql.v3
|
41 | 45 | [reportcard-image]: https://goreportcard.com/badge/gopkg.in/go-oauth2/mysql.v3
|
42 | 46 | [godoc-url]: https://godoc.org/gopkg.in/go-oauth2/mysql.v3
|
|
0 commit comments