blog.chiragc.comHow We Mastered Unit Testing at Our StartupProblem Statement: At a startup where I joined as the 4th engineer, we faced a production issue every other weekend, which would be every 4th release, primarily due to new team members lacking context on different workflows. Adding documentation for ...Jun 1, 2024·3 min read
blog.chiragc.comAdd Django Coverage and Quality pipelines in GitlabIntroduction If you have a Django project and you want to leverage Gitlab's pipelines to see your test cases running or see the code coverage percentage. This article will guide you step by step. Code Coverage setup For the code coverage you need to ...May 2, 2023·3 min read