Przeglądaj źródła

2nd try of coveralls integration

Stasik0 10 lat temu
rodzic
commit
24f1c84eaf
1 zmienionych plików z 3 dodań i 1 usunięć
  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 ..