I am migrating test to py.test + coverage.
previously we ran the tests with coverage run -a manage.py test sms
to append the coverage of all tests. pytest-cov does always erase the .coverage file.
I'd like an option --cov-append that will combine the coverage of all test results
I am migrating test to py.test + coverage.
previously we ran the tests with
coverage run -a manage.py test smsto append the coverage of all tests. pytest-cov does always erase the .coverage file.
I'd like an option --cov-append that will combine the coverage of all test results