jangevaare / Pathogen.jl

Simulation, visualization, and inference of individual level infectious disease models with Julia
MIT License
72 stars 10 forks source link

CompatHelper: bump compat for "RecipesBase" to "1.0" #28

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the RecipesBase package from ^0.7, ^0.8 to ^0.7, ^0.8, 1.0.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will decrease coverage by 3.90%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   63.02%   59.11%   -3.91%     
==========================================
  Files          41       41              
  Lines        1044     1113      +69     
==========================================
  Hits          658      658              
- Misses        386      455      +69     
Impacted Files Coverage Δ
src/inference/MarkovChain.jl 30.00% <0.00%> (-20.00%) :arrow_down:
src/core/Transmissions/Transmission.jl 33.33% <0.00%> (-16.67%) :arrow_down:
src/inference/TransmissionNetworkDistribution.jl 60.00% <0.00%> (-15.00%) :arrow_down:
src/core/Risks/AbstractRisk.jl 63.63% <0.00%> (-14.15%) :arrow_down:
src/core/Events/Event.jl 53.33% <0.00%> (-13.34%) :arrow_down:
src/inference/MCMC.jl 66.66% <0.00%> (-13.34%) :arrow_down:
src/inference/RiskPriors.jl 66.66% <0.00%> (-13.34%) :arrow_down:
src/inference/EventExtents.jl 66.66% <0.00%> (-13.34%) :arrow_down:
src/core/Risks/RiskFunctions.jl 66.66% <0.00%> (-13.34%) :arrow_down:
src/core/Population.jl 25.00% <0.00%> (-8.34%) :arrow_down:
... and 16 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 d574bec...c710b3a. Read the comment docs.