Skip to content

Commit ce17a40

Browse files
authored
Merge pull request #286 from Psirus/coverage
Codecov integration
2 parents 8ec4eff + ffd7c28 commit ce17a40

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ before_install:
44
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-pt
55

66
python:
7-
- "2.6"
87
- "2.7"
98
- "3.4"
109
- "3.5"
10+
- "3.6"
1111

12-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1312
install:
14-
- pip install flake8
1513
- pip install coverage
14+
- pip install codecov
1615

17-
# command to run tests, e.g. python setup.py test
1816
script:
19-
# - "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
2017
- cd tests
2118
- nosetests --with-coverage .
19+
20+
after_success:
21+
- codecov

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#+ATTR_HTML: title="Join the chat at https://gitter.im/jceb/vim-orgmode"
44
[[https://gitter.im/jceb/vim-orgmode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][file:https://badges.gitter.im/jceb/vim-orgmode.svg]]
5-
6-
[[https://secure.travis-ci.org/jceb/vim-orgmode.png?branch=master]]
5+
[[https://travis-ci.org/jceb/vim-orgmode][file:https://travis-ci.org/jceb/vim-orgmode.svg]]
6+
[[https://codecov.io/gh/jceb/vim-orgmode][file:https://codecov.io/gh/jceb/vim-orgmode/branch/master/graph/badge.svg]]
77

88
Text outlining and task management for Vim based on [[http://orgmode.org/][Emacs' Org-Mode]].
99

0 commit comments

Comments
 (0)