Skip to content

Commit

Permalink
Introduce Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Feb 15, 2018
1 parent 2255224 commit dda9ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- checkout
- run: make test
- run: go get github.com/mattn/goveralls
- run: goveralls -coverprofile=coverage/cover.out -service=circle-ci
- store_artifacts:
path: coverage
destination: coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Slack のコマンドで TeamSpirit の打刻をします

[![Docker Automated build](https://img.shields.io/docker/automated/atsnngs/ts-dakoku.svg?maxAge=2592000)](https://hub.docker.com/r/atsnngs/ts-dakoku/)
[![CircleCI](https://circleci.com/gh/ngs/ts-dakoku.svg?style=svg&circle-token=9c154b7114e81b3ed97b85121e98c7ee5a9ad23c)](https://circleci.com/gh/ngs/ts-dakoku)
[![Coverage Status](https://coveralls.io/repos/github/ngs/ts-dakoku/badge.svg?branch=master)](https://coveralls.io/github/ngs/ts-dakoku?branch=master)

導入手順
-------
Expand Down

0 comments on commit dda9ca1

Please sign in to comment.