crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

use gha #44

Closed crflynn closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #44   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?        35           
  Lines             ?      1286           
  Branches          ?         0           
==========================================
  Hits              ?      1286           
  Misses            ?         0           
  Partials          ?         0           
Impacted Files Coverage Δ
stochastic/continuous/__init__.py 100.00% <ø> (ø)
stochastic/discrete/__init__.py 100.00% <ø> (ø)
stochastic/noise/__init__.py 100.00% <ø> (ø)
stochastic/__init__.py 100.00% <100.00%> (ø)
stochastic/_version.py 100.00% <100.00%> (ø)
stochastic/continuous/bessel.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_bridge.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_excursion.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_meander.py 100.00% <100.00%> (ø)
stochastic/continuous/brownian_motion.py 100.00% <100.00%> (ø)
... and 22 more

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 bcc69ed...2e48d51. Read the comment docs.