1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Merge pull request #844 from Luceos/codecov

added integration with codecov to track coverage of tests
This commit is contained in:
Toby Zerner
2016-03-21 20:19:15 +10:30

View File

@@ -29,4 +29,7 @@ notifications:
on_failure: always
on_start: false
after_success:
- bash <(curl -s https://codecov.io/bash)
sudo: false