ukaea / neutronics_material_maker

A tool for making parametric material cards for use in neutronics codes. Original developed for the Paramak
19 stars 10 forks source link

Adding type hinting #106

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

This tiny PR adds type hinting to the args for the two main classes and also changes the pypi upload action to use an api token

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@a399cae). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #106   +/-   ##
==========================================
  Coverage           ?   94.96%           
==========================================
  Files              ?        3           
  Lines              ?      616           
  Branches           ?        0           
==========================================
  Hits               ?      585           
  Misses             ?       31           
  Partials           ?        0           
Impacted Files Coverage Δ
neutronics_material_maker/material.py 94.86% <100.00%> (ø)
neutronics_material_maker/mutlimaterial.py 94.35% <100.00%> (ø)

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 a399cae...06583c0. Read the comment docs.