cbherbert / stochrare

This Python package aims at providing tools to study stochastic processes: integrate SDEs, solve Fokker-Planck equations, sample rare events,...
GNU General Public License v3.0
8 stars 5 forks source link

Add tests to travis #24

Open tlestang opened 4 years ago

tlestang commented 4 years ago

Run unit tests in Travis on only compute coverage for python 3.8

codecov-commenter commented 4 years ago

Codecov Report

Merging #24 into dev will increase coverage by 1.53%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #24      +/-   ##
==========================================
+ Coverage   77.50%   79.04%   +1.53%     
==========================================
  Files          14       14              
  Lines        1107     1231     +124     
==========================================
+ Hits          858      973     +115     
- Misses        249      258       +9     
Impacted Files Coverage Δ
stochrare/dynamics/diffusion1d.py 78.52% <0.00%> (-0.08%) :arrow_down:
stochrare/utils.py 100.00% <0.00%> (ø)
stochrare/dynamics/diffusion.py 87.67% <0.00%> (+2.50%) :arrow_up:

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 b89b6fb...e21a657. Read the comment docs.