ansasaki / abimap

A helper for library maintainers to use symbol versioning
MIT License
7 stars 1 forks source link

Fixed a bug in the release name generation #68

Closed ansasaki closed 6 years ago

ansasaki commented 6 years ago

Prefixes containing "-" should not be accepted. Added a fix to replace the invalid "-" character for a valid "_" character.

codecov-io commented 6 years ago

Codecov Report

Merging #68 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   96.58%   96.59%   +<.01%     
==========================================
  Files           4        4              
  Lines         733      734       +1     
  Branches      186      186              
==========================================
+ Hits          708      709       +1     
  Misses          6        6              
  Partials       19       19
Impacted Files Coverage Δ
src/smap/symver.py 96.53% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ab4b5b...ed6cd41. Read the comment docs.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 122


Totals Coverage Status
Change from base Build 118: 0.002%
Covered Lines: 728
Relevant Lines: 734

💛 - Coveralls