5465bb0892
[READY] Add coverage support There should not have anything to configure on codecov website. I updated the `run_tests` script to behave exactly like the one in ycmd repository: when passing tests as arguments, you need to specify the path from the root project, not the `python` folder. For instance: ``` ./run_tests.py --skip-build -- python/ycm/tests/event_notification_test.py ``` instead of ``` ./run_tests.py --skip-build -- ycm/tests/event_notification_test.py ``` This way, you can now complete the path to the test. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2385) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
ycm | ||
test_requirements.txt |