Changes between Version 15 and Version 16 of MergerTips


Ignore:
Timestamp:
Aug 26, 2025, 11:56:29 AM (8 days ago)
Author:
Jacob Walls
Comment:

Remove reference to script that does not function after minimal updating for python 3

Legend:

Unmodified
Added
Removed
Modified
  • MergerTips

    v15 v16  
    102102}}}
    103103
    104 == Checking test coverage of lines changed/added in a patch ==
    105 
    106 This quick hack checks the coverage of the changes introduced by a given patch
    107 
    108 https://github.com/ptone/diff-coverage
    109 
    110104== Quickly run tests on current branch without any specific python env ==
    111105
Back to Top