Closed m1kc closed 2 years ago
pytest.ini
addopts = --cov=. --cov-config=.coveragerc --cov-report term --cov-report html --cov-report xml
.gitlab-ci.yml
... coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: reports: cobertura: coverage.xml
.gitignore is covered already
pytest.ini
.gitlab-ci.yml