Selaa lähdekoodia

Attempt two at fixing the coverage reporting from travis

Matt Coles 9 vuotta sitten
vanhempi
commit
6e3093ff1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/