- Timestamp:
- Sep 17, 2017, 10:55:53 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 6409cba
- Parents:
- d85e16f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rd85e16f rdc8864d 242 242 pip install -v -e . 243 243 coverage run `which nose2` 244 lcov --capture --no-external --directory . --output-file build/coverage.info 244 245 245 246 coverage_report: coverage 246 lcov --capture --no-external --directory . --output-file build/coverage.info247 247 genhtml build/coverage.info --output-directory lcov_html 248 248 mkdir -p gcovr_html/
Note: See TracChangeset
for help on using the changeset viewer.