Skip to content

Commit

Permalink
adding badge codecov in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiro-rodrigo committed May 3, 2020
1 parent 1a9a5ff commit 68034f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/ribeiro-rodrigo/cronos.svg?branch=master)](https://travis-ci.org/ribeiro-rodrigo/cronos)
[![godoc](https://godoc.org/github.com/ribeiro-rodrigo/cronos?status.svg)](https://godoc.org/github.com/ribeiro-rodrigo/cronos)
[![Coverage](https://codecov.io/gh/ribeiro-rodrigo/cronos/branch/master/graph/badge.svg)](https://codecov.io/gh/ribeiro-rodrigo/cronos)

Cronos is a reflection-based dependency injection library designed for Go projects.
Dependencies between components are represented in Cronos as constructor function
Expand Down

0 comments on commit 68034f5

Please sign in to comment.