1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

send coverage after success

This commit is contained in:
sveisvei 2016-11-13 15:43:07 +01:00
parent 2f6c43052d
commit 2a9cb82832

View File

@ -8,8 +8,8 @@ before_script:
- psql -c 'create database unleash_test;' -U postgres
script:
- npm install
- npm run test
- npm run test:coverage
after_success:
- npm run test:coverage-report
notifications:
slack: