xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

Implementation of `getproperty`. #79

Closed codetalker7 closed 2 years ago

codetalker7 commented 2 years ago

This PR solves https://github.com/xKDR/TSx.jl/issues/70. getproperty(::TS, ::Symbol) has been implemented along with a simple test for it. Also a mention of this has been added in the user guide.

codecov-commenter commented 2 years ago

Codecov Report

Merging #79 (b4778b7) into main (1854461) will increase coverage by 0.48%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   38.55%   39.04%   +0.48%     
==========================================
  Files          16       17       +1     
  Lines         249      251       +2     
==========================================
+ Hits           96       98       +2     
  Misses        153      153              
Impacted Files Coverage Δ
src/getproperty.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.