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
|
- psql -c 'create database unleash_test;' -U postgres
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run test
|
|
||||||
- npm run test:coverage
|
- npm run test:coverage
|
||||||
|
after_success:
|
||||||
- npm run test:coverage-report
|
- npm run test:coverage-report
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
|
Loading…
Reference in New Issue
Block a user