Other files ignored by Codecov
doc/python/pages/credits.rst
has changed.
doc/python/pages/changelog.rst
has changed.
Files | Coverage |
---|---|
src | 91.12% |
Project Totals (40 files) | 91.12% |
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
TRAVIS_OS_NAME=osx
TRAVIS_OS_NAME=osx
1 |
fixes: |
2 |
# The src/python/magnum/__init__.py is copied to cmake's build dir together
|
3 |
# with # setup.py next to the C++ binaries and the test is done from here.
|
4 |
# Python's coverage.py reports an absolute path to it, which means a simple
|
5 |
# "build/src/python/::src/python/" won't suffice. This is hardcoded to Travis
|
6 |
# Linux / macOS and AppVeyor build paths so let's hope these won't change.
|
7 |
- "/home/travis/build/mosra/magnum-bindings/build/src/python/::src/python/" |
8 |
- "/Users/travis/build/mosra/magnum-bindings/build/src/python/::src/python/" |
9 |
- "C:/projects/magnum-bindings/build/src/python/::src/python/" |