Add Django Coverage and Quality pipelines in Gitlab
Introduction 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, 20233 min read168
