Skip to content

Commit

Permalink
Merge pull request #123 from vapor-ware/coverage
Browse files Browse the repository at this point in the history
Add coverage reporting to CI
  • Loading branch information
edaniszewski committed Apr 5, 2018
2 parents 0989894 + 8ef7343 commit 892e91e
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -13,13 +13,16 @@ jobs:
command: |
sudo chown -R circleci:circleci /usr/local/bin
sudo chown -R circleci:circleci /usr/local/lib/python3.6/site-packages
pip install tox>=2.9.0
pip install tox>=2.9.0 codecov>=1.4.0
- restore_cache:
keys:
- v1.5-tox-test-cache-{{ checksum "requirements.txt" }}-{{ checksum "tox.ini" }}
- run:
name: Unit Tests
command: make test-unit
- run:
name: Unit Test Coverage
command: codecov
- run:
name: Integration Tests
command: make test-integration
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align="center"><img src="assets/logo.png" width="360"></p>
<p align="center">
<a href="https://circleci.com/gh/vapor-ware/synse-server"><img src="https://circleci.com/gh/vapor-ware/synse-server.svg?style=shield"></a>
<a href="https://codecov.io/gh/vapor-ware/synse-server"><img src="https://codecov.io/gh/vapor-ware/synse-server/branch/master/graph/badge.svg" /></a>
<h1 align="center">Synse Server</h1>
</p>
Expand Down

0 comments on commit 892e91e

Please sign in to comment.