Using coverage with multiple parallel GitLab CI jobs
Posted on Sun 10 March 2019 in hints-and-kinks • Tagged with Python, CI, GitLab • 2 min read
If you ever write unit tests in Python, you are probably familiar with Ned Batchelder’s coverage
tool. This article explains how you can use coverage
in combination with tox
and a GitLab CI pipeline, for coverage reports in your Python code.
Continue reading