Skip to content

Commit

Permalink
add goreportcard badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcraven committed Mar 20, 2016
1 parent 6ae6793 commit d157038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# goga [![Build Status](https://travis-ci.org/tomcraven/goga.svg?branch=master)](https://travis-ci.org/tomcraven/goga) [![Coverage Status](https://coveralls.io/repos/tomcraven/goga/badge.svg?branch=master&service=github)](https://coveralls.io/github/tomcraven/goga?branch=master)
# goga [![Build Status](https://travis-ci.org/tomcraven/goga.svg?branch=master)](https://travis-ci.org/tomcraven/goga) [![Coverage Status](https://coveralls.io/repos/tomcraven/goga/badge.svg?branch=master&service=github)](https://coveralls.io/github/tomcraven/goga?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/tomcraven/goga)](https://goreportcard.com/report/github.com/tomcraven/goga)

Golang implementation of a genetic algorithm. See ./examples for info on how to use the library.

Expand Down Expand Up @@ -88,4 +88,4 @@ Here's an example of what can be generated. Input, output and both overlayed ove

![input](https://cloud.githubusercontent.com/assets/5236109/10744734/01031bda-7c34-11e5-94ab-795afba114c1.gif)
![output](https://cloud.githubusercontent.com/assets/5236109/10744673/97a7aea8-7c33-11e5-8cfe-ea66489d8d9c.png)
![overlayed](https://cloud.githubusercontent.com/assets/5236109/10744674/9ad23fa8-7c33-11e5-88d9-aff565cca6c4.png)
![overlayed](https://cloud.githubusercontent.com/assets/5236109/10744674/9ad23fa8-7c33-11e5-88d9-aff565cca6c4.png)

0 comments on commit d157038

Please sign in to comment.