Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dharnitski committed May 22, 2019
1 parent c0ae008 commit 1a276c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -10,7 +10,6 @@ jobs:
name: "Install Dependencies"
command: |
go get github.com/mattn/goveralls
go get -u github.com/ory/go-acc
- run:
name: "Generate Coverage"
command: |
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -6,11 +6,10 @@
## prerequisites

* [Setup GO and add go/bin to $PATH](https://www.contributing.md/2019/04/08/setup-go-on-mac/)
* `go get -u github.com/ory/go-acc`

## Generate Coverage

go-acc ./...
go test -coverpkg ./... ./... -coverprofile=coverage.txt

## See Coverage

Expand Down

0 comments on commit 1a276c5

Please sign in to comment.