We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660ee1e commit 284956eCopy full SHA for 284956e
.travis.yml
@@ -34,7 +34,7 @@ script:
34
- cmake -DCOVERAGE=ON -DCMAKE_BUILD_TYPE=Debug ../
35
- make
36
- make code_coverage
37
- - test/cpp-human_detector_tracker_teststest
+ - test/human_detector_tracker_tests
38
39
after_success:
40
- coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*test/.*.cpp.*" -E ".*app/main.cpp" -E ".*opencv*"
0 commit comments