diff --git a/README.md b/README.md index 32c8efa..a07b9d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/kc596/PriorityWorkerPool.svg?branch=master)](https://travis-ci.org/kc596/PriorityWorkerPool) [![codecov](https://codecov.io/gh/kc596/PriorityWorkerPool/branch/master/graph/badge.svg?token=4TOHO1P4XV)](https://codecov.io/gh/kc596/PriorityWorkerPool) +[![Go Report Card](https://goreportcard.com/badge/github.com/kc596/PriorityWorkerPool)](https://goreportcard.com/report/github.com/kc596/PriorityWorkerPool) A worker pool in GoLang which schedules job according to priority.