Changes between Version 15 and Version 16 of MergerTips
- Timestamp:
- Aug 26, 2025, 11:56:29 AM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MergerTips
v15 v16 102 102 }}} 103 103 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 patch107 108 https://github.com/ptone/diff-coverage109 110 104 == Quickly run tests on current branch without any specific python env == 111 105