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

[ci] add code coverage badge #4

Open Kleak opened 5 years ago

Kleak commented 5 years ago

We can use either https://codecov.io or https://coveralls.io/ to get the badge.

bwnyasse commented 5 years ago

@kleak to make this one , we must launch

docker run --rm \
-v $PWD:/app \
${DOCKER_REPOSITORY}

So the project must test itself :) . In fact doing this will cover https://github.com/rushio-consulting/coverage_service/issues/5

We need to improve the architecture. When to fail ... when to deploy to docker hub ...