Skip to content

Commit 126ea56

Browse files
committed
Coveralls integration
1 parent c2f8eb7 commit 126ea56

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ sudo: false
99

1010
install:
1111
- go get -t -d -v ./...
12-
- go get github.com/onsi/ginkgo/ginkgo
12+
- go get -u github.com/onsi/ginkgo/ginkgo
13+
- go get -u github.com/modocache/gover
14+
- go get -u github.com/mattn/goveralls
1315

1416
script:
15-
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
17+
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
18+
- gover
19+
- goveralls -coverprofile=gover.coverprofile -repotoken nnbCGE2FA2EASedINlurUhZNRjFzwewQp

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Join the chat at https://gitter.im/manyminds/tmx](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/manyminds/tmx)
22

3-
[![Build Status](https://travis-ci.org/manyminds/tmx.svg?branch=master)](https://travis-ci.org/manyminds/tmx) [![Go Report Card](http://goreportcard.com/badge/manyminds/tmx)](http://goreportcard.com/report/manyminds/tmx)
3+
[![Build Status](https://travis-ci.org/manyminds/tmx.svg?branch=master)](https://travis-ci.org/manyminds/tmx) [![Coverage Status](https://coveralls.io/repos/manyminds/tmx/badge.svg?branch=coverage&service=github)](https://coveralls.io/github/manyminds/tmx?branch=coverage) [![Go Report Card](http://goreportcard.com/badge/manyminds/tmx)](http://goreportcard.com/report/manyminds/tmx)
44
# TMX Map File Loader
55

66
This repository aims to provide go support for maps that are saved according the the [TMX Map Format](http://doc.mapeditor.org/reference/tmx-map-format)

0 commit comments

Comments
 (0)