NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

added a .zenodo.json file to control metadata on Zenodo #73

Closed jspaaks closed 6 years ago

jspaaks commented 6 years ago

Hey I'm experimenting a bit with controlling the metadata that gets attached to your releases on Zenodo. In this PR, I've added a new file .zenodo.json which now includes the contributors from https://github.com/NLeSC/noodles/graphs/contributors as creators. If you also want to include people who make issues and such, there is another field contributors you can add to the .zenodo.json. Items you include there can have an attribute type which you can set to Other or another type from the controlled vocabulary [ContactPerson, DataCollector, DataCurator, DataManager, Editor, Researcher, RightsHolder, Sponsor, Other].

Anyway long story short, with this .zenodo.json file, your release process should be less painful. -Jurriaan

codecov-io commented 6 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   67.66%   67.66%           
=======================================
  Files          67       67           
  Lines        2783     2783           
  Branches      415      415           
=======================================
  Hits         1883     1883           
  Misses        822      822           
  Partials       78       78

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 2ac3438...789c78f. Read the comment docs.