Przeglądaj źródła

Attempt two at fixing the coverage reporting from travis

Matt Coles 9 lat temu
rodzic
commit
6e3093ff1d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -4,4 +4,4 @@ node_js:
4 4
 services:
5 5
   - redis-server
6 6
 after_script:
7
-  - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
7
+  - cat /home/travis/build/Alpha-Atom/uni-society-manager/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf /home/travis/build/Alpha-Atom/uni-society-manager/coverage/