e-gineering / gitflow-helper-maven-plugin

An extension and plugin that teaches Maven to work well with gitflow projects and CI servers.
Apache License 2.0
76 stars 21 forks source link

Feature/other branch reversioning extension #124

Closed bvarner closed 3 years ago

bvarner commented 3 years ago

Addresses #105 .

Major thanks to all the contributors on this branch!

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 440


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/com/e_gineering/maven/gitflowhelper/AbstractBranchDetectingExtension.java 72 77 93.51%
src/main/java/com/e_gineering/maven/gitflowhelper/OtherBranchVersionExtension.java 120 142 84.51%
<!-- Total: 197 224 87.95% -->
Totals Coverage Status
Change from base Build 437: 2.3%
Covered Lines: 673
Relevant Lines: 888

💛 - Coveralls
glimmerveen commented 3 years ago

Thank you @bvarner for picking this up and incorporating this into the master branch!