Skip to content

Commit

Permalink
Introduce Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Feb 17, 2018
1 parent b5ba759 commit 6a1221d
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 @@ -10,7 +10,9 @@ jobs:
- checkout
- run: make test
- run: go get github.com/mattn/goveralls
- run: go get github.com/schrej/godacov
- run: goveralls -coverprofile=coverage/cover.out -service=circle-ci
- run: godacov -t $CODACY_PROJECT_TOKEN -r ./coverage/cover.out -c $CIRCLE_SHA1
- 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 @@ -8,6 +8,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)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/659d166203e84a3eaafd821f9766af77)](https://www.codacy.com/app/ngs/ts-dakoku?utm_source=github.com&utm_medium=referral&utm_content=ngs/ts-dakoku&utm_campaign=Badge_Grade)

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

0 comments on commit 6a1221d

Please sign in to comment.