This is our current gitlab pipeline based on docker + gitlab-ci. Our vision is to have full coverage and automatically audit code, to be 100% sure that our smart contracts are safe from well known bugs and follow good practices.
We use Solium as code linter, Solidity Coverage as test coverage tool customized with our 100% threshold coverage checker, and Solium and Myhtril. Thanks community for this amazing tools!
- Implement a custom gitlab runner to speed up the pipeline execution