Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. First run (after adding some useless lines to networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py):
  2.  
  3. Allowed to introduce missing lines : 4
  4. Missing lines in master : 5681
  5. Missing lines in proposed change : 5783
  6. Name Stmts Miss Branch BrPart Cover
  7. @@ -160 +160 @@
  8. -networking_cisco/plugins/ml2/drivers/cisco/n1kv/network_profile_service.py 215 33 54 5 85%
  9. +networking_cisco/plugins/ml2/drivers/cisco/n1kv/network_profile_service.py 215 29 54 5 87%
  10. @@ -181 +181 @@
  11. -networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 259 192 82 5 22%
  12. +networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 376 298 196 16 15%
  13. @@ -186 +186 @@
  14. -TOTAL 15740 5681 3791 485 61%
  15. +TOTAL 15857 5783 3905 496 61%
  16. Please write more unit tests, we should maintain/improve our test coverage :(
  17.  
  18. Second run (no changes from first run):
  19.  
  20. TOTAL 15857 5775 3905 497 61%
  21. Allowed to introduce missing lines : 4
  22. Missing lines in master : 5780
  23. Missing lines in proposed change : 5775
  24. Great job! Coverage has improved with this commit!
  25. ___________________________________ summary ___________________________________
  26. cover: commands succeeded
  27. congratulations :)
  28.  
  29. Third run (changes to commit message after second run):
  30.  
  31. Allowed to introduce missing lines : 4
  32. Missing lines in master : 5669
  33. Missing lines in proposed change : 5775
  34. Name Stmts Miss Branch BrPart Cover
  35. @@ -181 +181 @@
  36. -networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 259 192 82 5 22%
  37. +networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 376 298 196 16 15%
  38. @@ -186 +186 @@
  39. -TOTAL 15740 5669 3791 486 61%
  40. +TOTAL 15857 5775 3905 497 61%
  41. Please write more unit tests, we should maintain/improve our test coverage :(
  42.  
  43. Fourth run (after more commit message changes):
  44.  
  45. Allowed to introduce missing lines : 4
  46. Missing lines in master : 5668
  47. Missing lines in proposed change : 5772
  48. Name Stmts Miss Branch BrPart Cover
  49. @@ -168 +168 @@
  50. -networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py 845 133 344 47 82%
  51. +networking_cisco/plugins/ml2/drivers/cisco/nexus/mech_cisco_nexus.py 845 131 344 47 83%
  52. @@ -181 +181 @@
  53. -networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 259 192 82 5 22%
  54. +networking_cisco/plugins/ml2/drivers/cisco/ucsm/ucsm_network_driver.py 376 298 196 16 15%
  55. @@ -186 +186 @@
  56. -TOTAL 15740 5668 3791 485 61%
  57. +TOTAL 15857 5772 3905 496 61%
  58. Please write more unit tests, we should maintain/improve our test coverage :(
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement