jw3126 / Setfield.jl

Update deeply nested immutable structs.
Other
167 stars 17 forks source link

Fix test_staticarrays.jl #33

Closed tkf closed 6 years ago

tkf commented 6 years ago

It looks like StaticArrays.jl v0.7.1 was released before merging #31 :) https://github.com/JuliaArrays/StaticArrays.jl/releases/tag/v0.7.1

Probably that's why the PR tests were fine but the latest build failed.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@acd19fa). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #33   +/-   ##
=========================================
  Coverage          ?   96.09%           
=========================================
  Files             ?        4           
  Lines             ?      205           
  Branches          ?        0           
=========================================
  Hits              ?      197           
  Misses            ?        8           
  Partials          ?        0

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 acd19fa...5e1894d. Read the comment docs.

jw3126 commented 6 years ago

Cool!