RNourshargh / CavitySim

This Matlab code simulates different optical cavities using ABCD matricies from the constituent optical components.
MIT License
0 stars 0 forks source link

Setup package ci versioneer #1

Closed znicholls closed 5 years ago

znicholls commented 5 years ago

This adds the bits to create a Python package from the code, namely:

RNourshargh commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master     #1   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      2           
  Lines             ?      8           
  Branches          ?      0           
=======================================
  Hits              ?      8           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
src/cavitysim/utils.py 100% <100%> (ø)
src/cavitysim/__init__.py 100% <100%> (ø)

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 a1d7ad6...aa567f6. Read the comment docs.

znicholls commented 5 years ago

tests are now passing, good to go @RNourshargh