Skip to content

Commit

Permalink
Add coverage figures.
Browse files Browse the repository at this point in the history
- Added Gover to the list so that we can use subpackages (like analysisengine)
  • Loading branch information
jcjones committed Feb 19, 2015
1 parent d9539bc commit aca80d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _testmain.go
*.exe
*.test
*.prof
*.coverprofile

boulder-start/boulder-start
activity-monitor/activity-monitor
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover

script:
- go vet -x ./...
- $HOME/gopath/bin/golint ./...
- go test -v ./...
- go test -covermode=count -coverprofile=profile.cov .

after_script:
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- go test -covermode=count -coverprofile=main.coverprofile .
- go test -covermode=count -coverprofile=analysisengine.coverprofile ./analysisengine
- $HOME/gopath/bin/gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is an initial implementation of an ACME-based CA. The [ACME protocol](http


[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg)](https://travis-ci.org/letsencrypt/boulder)
[![Coverage Status](https://coveralls.io/repos/letsencrypt/boulder/badge.svg)](https://coveralls.io/r/letsencrypt/boulder)
[![Docker Repository on Quay.io](https://quay.io/repository/letsencrypt/boulder/status "Docker Repository on Quay.io")](https://quay.io/repository/letsencrypt/boulder)

Docker
Expand Down

0 comments on commit aca80d4

Please sign in to comment.