Skip to content

Commit

Permalink
Post coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Kysow committed Sep 22, 2017
1 parent de1dbe6 commit c8df67a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
- setup_remote_docker:
reusable: true
- run: make deps
- run: make test
- run: make test-coverage
- run:
name: post coverage to codecov.io
command: bash <(curl -s https://codecov.io/bash)
- run: make build-service
- run:
name: Install e2e dependencies
Expand Down

0 comments on commit c8df67a

Please sign in to comment.