zachdaniel / git_ops

A tool for version and changelog management in Elixir via conventional commits.
MIT License
130 stars 21 forks source link

feat: Allow configuring a version prefix #4

Closed zachdaniel closed 5 years ago

zachdaniel commented 5 years ago

Contributor checklist

Resolves #3

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 22


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/git_ops/config.ex 0 1 0.0%
lib/git_ops/version.ex 13 14 92.86%
lib/mix/tasks/git_ops.release.ex 0 7 0.0%
<!-- Total: 13 22 59.09% -->
Files with Coverage Reduction New Missed Lines %
lib/mix/tasks/git_ops.release.ex 1 0.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 18: 1.7%
Covered Lines: 56
Relevant Lines: 177

💛 - Coveralls