Преглед изворни кода

2nd try of coveralls integration

Stasik0 пре 10 година
родитељ
комит
24f1c84eaf
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -45,4 +45,6 @@ after_success:
    - cd ..
    - rm -rf open62541
    - ./tools/.coverity.sh
-   - coveralls --exclude examples --exclude tests --exclude wrappers
+   - cd src
+   - coveralls
+   - cd ..