Skip to content

Commit

Permalink
better coveragerc and python client to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Dec 19, 2016
1 parent 8d313e4 commit b8fb017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 2 additions & 9 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[run]
omit =
*/python?.?/*
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/ordereddict.py
*/site-packages/nose/*
*/unittest2/*
*conanfile.py*
*bottle*
include =
*conans*
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ init:
- "ECHO %PYTHON%"

install:
- set PATH=%PATH:C:\Program Files (x86)\Git\bin;=%
- set PATH=C:\MinGW\bin;%PATH%
- "set PYTHONPATH=%PYTHONPATH%;%CD%"
- "set CONAN_LOGGING_LEVEL=10"
- "set CONAN_COMPILER=Visual Studio"
Expand All @@ -25,4 +23,4 @@ test_script:
- "%PYTHON%/Scripts/nosetests --with-coverage"

after_test:
- bash <(curl -s https://codecov.io/bash)
- codecov

0 comments on commit b8fb017

Please sign in to comment.