File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 66 */version.py
77 */pywt/tests/*
88 */pywt/_doc_utils.py*
9+ */pywt/_pytesttester.py*
10+ */pywt/_pytest.py*
911 */pywt/data/create_dat.py
1012 *.pxd
1113 stringsource
Original file line number Diff line number Diff line change @@ -94,7 +94,8 @@ script:
9494 CFLAGS="--coverage" python setup.py build --build-lib build/lib/ --build-temp build/tmp/
9595 CFLAGS="--coverage" pip install -e . -v
9696 pushd demo
97- pytest --pyargs pywt --cov=pywt
97+ pytest --pyargs pywt --cov=pywt --cov-config=../.coveragerc
98+ cp .coverage ..
9899 popd
99100 fi
100101
Original file line number Diff line number Diff line change 11ignore :
22 - " _doc_utils.py" # utilities only used for creating documentation figures
3+ - " _pytest*.py" # pytest test utilities
4+ - " create_dat.py" # raw data creation script
5+ - " version.py" # generated by setup.py
6+
You can’t perform that action at this time.
0 commit comments