QuantEcon / ContinuousDPs.jl

Continuous state dynamic programming
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Setup Github Actions for testing #35

Closed QBatista closed 3 years ago

QBatista commented 3 years ago

Close #34

codecov-io commented 3 years ago

Codecov Report

Merging #35 (3e8fcd8) into master (45ea759) will decrease coverage by 6.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   87.97%   81.73%   -6.25%     
==========================================
  Files           2        1       -1     
  Lines         158      104      -54     
==========================================
- Hits          139       85      -54     
  Misses         19       19              
Impacted Files Coverage Δ
src/cdp.jl 81.73% <0.00%> (-6.17%) :arrow_down:
src/ContinuousDPs.jl

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 45ea759...3e8fcd8. Read the comment docs.

oyamad commented 3 years ago

@QBatista Many thanks! Testing was not triggered within this PR. Do we have to merge this to make it work?

QBatista commented 3 years ago

Yes, I think that should work -- it works on my fork: https://github.com/QBatista/ContinuousDPs.jl/actions/runs/707643409

oyamad commented 3 years ago

Right, tests have got triggered!