Python code coverage on p4 diff -


I am running python unit test cases and am collecting coverage using python coverage command.

The code changes into existing files; there were no previous trial cases for the same file. And its purpose is only with difference, the part of the code that has changed. Apart from this, how many lines of reports were covered, how many covered, how many unavailable, and% line numbers were covered as a diff file.

Is there any device that can show coverage reports on the difference of a file, especially P4 difference or change number

Provides coverage reporting for a single commute, however in Git. It's open-source, you can customize it according to your needs, or even contribute to Perforce support.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -