Skip to content

Commit 059df24

Browse files
committed
feat(tests): use codecov.io for visual code coverage reporting
See https://codecov.io/github/deis/workflow Closes #442
1 parent c7702fe commit 059df24

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ install:
1919
- pip install -r rootfs/dev_requirements.txt
2020
script:
2121
- make test
22+
after_success:
23+
- cd rootfs/ && codecov
2224
deploy:
2325
- provider: script
2426
# ensure client/doc builds aren't removed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deis Workflow v2
22

3-
[![Build Status](https://travis-ci.org/deis/workflow.svg?branch=master)](https://travis-ci.org/deis/workflow) [![Go Report Card](http://goreportcard.com/badge/deis/workflow)](http://goreportcard.com/report/deis/workflow)
3+
[![Build Status](https://travis-ci.org/deis/workflow.svg?branch=master)](https://travis-ci.org/deis/workflow) [![codecov.io](https://codecov.io/github/deis/workflow/coverage.svg?branch=master)](https://codecov.io/github/deis/workflow?branch=master)
44

55
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
66
applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide

rootfs/dev_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ coverage==4.0.3
33

44
# Run "make flake8" to check python syntax and style
55
flake8==2.5.4
6+
7+
# code coverage report at https://codecov.io/github/deis/workflow
8+
codecov==1.6.3

0 commit comments

Comments
 (0)