rushio-consulting / coverage_service

Simple service to test the code coverage of your dart or flutter project
MIT License
0 stars 0 forks source link

Docker doesn't work #6

Open jaumard opened 5 years ago

jaumard commented 5 years ago

Hello :)

Just tested the docker command on my project to see how it goes but look like it doesn't work:

 docker run --rm -v $PWD:/app rushioconsulting/coverage_service
[WARNING] Still waiting for server to be up and running
[WARNING] Still waiting for server to be up and running
[WARNING] Still waiting for server to be up and running
[WARNING] Still waiting for server to be up and running
[WARNING] Still waiting for server to be up and running
./main.sh: line 17:    34 Killed                  dart bin/main.dart -p /$CURRENT_PROJECT_NAME -i $ID --report-on lib/src
mv: cannot stat '/tmp/rushio-gen-coverage-53d41625-e541-42ba-914a-b30daaaa24de/coverage': No such file or directory
[ERROR] Failed to start the coverage generation: 1
macbook-pro-de-jimmy:kiwi_mobile jaumard$ 

Let me know if I can provide more info

bwnyasse commented 5 years ago

Hello @jaumard , we have noticed some instability in the running process. We will try to improve the running process.

By the way, could you provide us :

Thank you

jaumard commented 5 years ago

Here is my docker setup :)

Capture d’écran 2019-06-03 à 09 37 50