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:
parent
2f6c43052d
commit
2a9cb82832
@ -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