mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
add integration with coveralls.io
to measure code coverage
This commit is contained in:
parent
c168e628e2
commit
af4c6e4cb4
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ services:
|
||||||
script:
|
script:
|
||||||
- docker-compose run web rake db:setup
|
- docker-compose run web rake db:setup
|
||||||
- docker-compose run web rspec
|
- docker-compose run web rspec
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Reference in a new issue