Skip to content

Commit

Permalink
Adds go report card
Browse files Browse the repository at this point in the history
Additionally, fixed some typo reported by the report card.
  • Loading branch information
mhemeryck committed Nov 30, 2018
1 parent 62951b3 commit d2ec5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# unipitt

[![GoDoc](https://godoc.org/github.com/mhemeryck/unipitt?status.svg)](https://godoc.org/github.com/mhemeryck/unipitt)
[![Go Report Card](https://goreportcard.com/badge/github.com/mhemeryck/unipitt)](https://goreportcard.com/report/github.com/mhemeryck/unipitt)
[![Build Status](https://travis-ci.com/mhemeryck/unipitt.svg?branch=master)](https://travis-ci.com/mhemeryck/unipitt)
[![Coverage Status](https://coveralls.io/repos/github/mhemeryck/unipitt/badge.svg?branch=master)](https://coveralls.io/github/mhemeryck/unipitt?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestConfigurationName(t *testing.T) {
func TestConfigFromFileNonExistant(t *testing.T) {
_, err := configFromFile("foo")
if err == nil {
t.Fatalf("Expected an error to occur reading non-existant file, got not none")
t.Fatalf("Expected an error to occur reading non-existent file, got not none")
}
}

Expand Down

0 comments on commit d2ec5d3

Please sign in to comment.