znicholls / CMIP6-json-data-citation-generator

Simple scripts to automatically generate json data citations for CMIP6 data files
https://cmip6-json-data-citation-generator.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Add upload #25

Closed znicholls closed 5 years ago

znicholls commented 5 years ago

Pull request

Please confirm that this pull request has done the following:

Adding to CHANGELOG.rst

Please add a single line in the changelog notes similar to one of the following:

- (`#XX <http://link-to-pr.com>`_) Added feature which does something
- (`#XX <http://link-to-pr.com>`_) Fixed bug identified in (`#XX <http://link-to-issue.com>`_)
codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   98.36%   98.72%   +0.36%     
==========================================
  Files           5        7       +2     
  Lines         183      236      +53     
  Branches       24       28       +4     
==========================================
+ Hits          180      233      +53     
  Misses          2        2              
  Partials        1        1
Impacted Files Coverage Δ
src/cmip6_data_citation_generator/cli.py 100% <100%> (ø)
src/cmip6_data_citation_generator/upload.py 100% <100%> (ø)
src/cmip6_data_citation_generator/__init__.py 89.28% <100%> (-0.37%) :arrow_down:

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 2c0bd39...1dd4308. Read the comment docs.