mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-15 12:07:09 +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'"
|
||||
- cd data-model/DDL; mysql -u root -D wherehows < create_all_tables_wrapper.sql; cd ../..
|
||||
- sleep 5
|
||||
|
||||
after_success:
|
||||
- ./gradlew jacocoFullReport coveralls
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user