ansasaki / abimap

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

Add a new comman-line entrypoint symver-smap #73

Closed ansasaki closed 6 years ago

ansasaki commented 6 years ago

This is useful specially for distributions where the name 'smap' conflicts with existing applications.

This also makes the name of the command-line application to be used in the output files instead of the hard-coded name 'smap'. The tests have been updated accordingly.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 152


Totals Coverage Status
Change from base Build 150: 0.02%
Covered Lines: 740
Relevant Lines: 740

💛 - Coveralls
codecov-io commented 6 years ago

Codecov Report

Merging #73 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   97.53%   97.56%   +0.03%     
==========================================
  Files           4        4              
  Lines         729      740      +11     
  Branches      187      190       +3     
==========================================
+ Hits          711      722      +11     
  Partials       18       18
Impacted Files Coverage Δ
src/smap/symver.py 97.52% <100%> (+0.03%) :arrow_up:
src/smap/main.py 100% <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 751c721...2577cb1. Read the comment docs.