SciML / SBMLToolkit.jl

SBML differential equation and chemical reaction model (Gillespie simulations) for Julia's SciML ModelingToolkit
https://docs.sciml.ai/SBMLToolkit/stable/
MIT License
41 stars 10 forks source link

Pl/use safetests #79

Closed paulflang closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (1ca1ac2) into main (193464c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files           1        1           
  Lines         230      230           
=======================================
  Hits          227      227           
  Misses          3        3           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

paulflang commented 2 years ago

This PR introduces the use of SafeTestsets to make test code copy-pastable and easier to debug.

anandijain commented 2 years ago

lgtm