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:
parent
ce056df8b6
commit
6d6f862bd1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user