1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

send coverage after success

This commit is contained in:
sveisvei 2016-11-13 15:43:07 +01:00 committed by Ivar Conradi Østhus
parent ce056df8b6
commit 6d6f862bd1

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: