File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ install:
1919 - pip install -r rootfs/dev_requirements.txt
2020script :
2121 - make test
22+ after_success :
23+ - cd rootfs/ && codecov
2224deploy :
2325 - provider : script
2426 # ensure client/doc builds aren't removed
Original file line number Diff line number Diff line change 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
55Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
66applications on your own servers. Deis builds on [ Kubernetes] ( http://kubernetes.io/ ) to provide
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ coverage==4.0.3
33
44# Run "make flake8" to check python syntax and style
55flake8==2.5.4
6+
7+ # code coverage report at https://codecov.io/github/deis/workflow
8+ codecov==1.6.3
You can’t perform that action at this time.
0 commit comments