pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Use versioneer for versioning #48

Closed pnuu closed 4 years ago

pnuu commented 4 years ago

This PR changes versioning to use versioneer. Also, instructions for releasing are added.

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will increase coverage by 3.66%. The diff coverage is 44.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #48      +/-   ##
=========================================
+ Coverage    4.29%   7.96%   +3.66%     
=========================================
  Files          18      18              
  Lines        2838    3115     +277     
=========================================
+ Hits          122     248     +126     
- Misses       2716    2867     +151
Impacted Files Coverage Δ
setup.py 0% <0%> (ø) :arrow_up:
pytroll_collectors/__init__.py 100% <100%> (ø) :arrow_up:
pytroll_collectors/_version.py 44.4% <44.4%> (ø)

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 27e699e...782d838. Read the comment docs.

pnuu commented 4 years ago

Apparently versioneer isn't a thing anymore, so closing as obsolete.