To enforce test-driven development, let's measure test coverage via Coverage.py.
The result can be added to Coveralls, which provides a free service for open source project and has a built-in integration in Travis-CI.
It would be possible to add a new quality gate into CI pipeline, that new code have to be covered with test cases.
To enforce test-driven development, let's measure test coverage via
Coverage.py.The result can be added to Coveralls, which provides a free service for open source project and has a built-in integration in Travis-CI.
It would be possible to add a new quality gate into CI pipeline, that new code have to be covered with test cases.