code coverage with coveralls

This commit is contained in:
Clément GOUIN
2019-06-20 16:29:04 +02:00
parent 9cb601528e
commit ca642f1cab
4 changed files with 76 additions and 1 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ install:
before_script:
- npm install -g jshint
script:
- npm test
- jest --silent --coverage --coverageReporters=text-lcov | coveralls
- jshint ./src