mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-16 04:28:01 +00:00
Update travis configuration to generate coverage report for coveralls.
This commit is contained in:
parent
edf5c54de3
commit
df40e643d5
@ -42,3 +42,6 @@ before_script:
|
|||||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'localhost'"
|
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'localhost'"
|
||||||
- cd data-model/DDL; mysql -u root -D wherehows < create_all_tables_wrapper.sql; cd ../..
|
- cd data-model/DDL; mysql -u root -D wherehows < create_all_tables_wrapper.sql; cd ../..
|
||||||
- sleep 5
|
- sleep 5
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- ./gradlew jacocoFullReport coveralls
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user