Nosferican / Econometrics.jl

Econometrics in Julia
https://nosferican.github.io/Econometrics.jl/dev
ISC License
69 stars 19 forks source link

Check if deps are the issue #59

Closed Nosferican closed 3 years ago

Nosferican commented 3 years ago

The weird CI failures first showed up when updating deps but passed locally so starting to investigate with that. Closes #55

codecov[bot] commented 3 years ago

Codecov Report

Merging #59 into master will decrease coverage by 1.36%. The diff coverage is 85.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   90.03%   88.66%   -1.37%     
==========================================
  Files           8        8              
  Lines         622      644      +22     
==========================================
+ Hits          560      571      +11     
- Misses         62       73      +11     
Impacted Files Coverage Δ
src/Econometrics.jl 0.00% <0.00%> (-50.00%) :arrow_down:
src/wald.jl 85.71% <83.33%> (ø)
src/statsbase.jl 86.33% <84.61%> (+0.30%) :arrow_up:
src/transformations.jl 92.85% <85.71%> (+3.20%) :arrow_up:
src/formula.jl 94.31% <96.55%> (-2.12%) :arrow_down:
src/main.jl 91.20% <100.00%> (ø)
src/structs.jl 87.50% <100.00%> (+2.08%) :arrow_up:
src/solvers.jl 88.74% <0.00%> (-3.32%) :arrow_down:

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 3fd0355...4a176a2. Read the comment docs.