bel 9 лет назад
Родитель
Сommit
2617029971
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2480,5 +2480,5 @@ script:
 
 after_success:
   - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
-      coveralls --include src --include include --gcov-options '\-lp' --root .. --build-root .;
+      coveralls --include src --exclude main.c --include include --gcov-options '\-lp' --root .. --build-root .;
     fi