Merge branch 'cover' into ccover

This commit is contained in:
laerus 2017-01-30 15:31:01 +02:00
commit b8e85f0a64
4 changed files with 5 additions and 10 deletions

View file

@ -21,5 +21,5 @@ dependencies:
test:
override:
- case $CIRCLE_NODE_INDEX in 0) py.test --flake8 --timeout=10 ;; 1) py.test --timeout=10 ;; esac:
- case $CIRCLE_NODE_INDEX in 0) py.test --flake8 --timeout=10 --cov=./xonsh;; 1) py.test --timeout=10 ;; esac:
parallel: true

View file

@ -4,4 +4,5 @@ omit =
tests/*
xonsh/__amalgam__.py
*/parser*_table.py
xonsh/ply/*
setup.py

View file

@ -18,6 +18,9 @@ xonsh
:target: https://landscape.io/github/xonsh/xonsh/master
:alt: Code Health
.. image:: https://codecov.io/gh/xonsh/xonsh/branch/master/graph/badge.svg
:target: https://codecov.io/gh/xonsh/xonsh
xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.
The language is a superset of Python 3.4+ with additional shell primitives.
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.

View file

@ -1,9 +0,0 @@
coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%