xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

TS.jl test cases updated (issue #62) #81

Closed Tumon2001 closed 1 year ago

Tumon2001 commented 1 year ago

Updated TS.jl test cases to reflect the inclusion of colnames argument in the constructors

codecov-commenter commented 1 year ago

Codecov Report

Merging #81 (5d09600) into main (c193b23) will increase coverage by 0.44%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   52.33%   52.77%   +0.44%     
==========================================
  Files          19       19              
  Lines         321      324       +3     
==========================================
+ Hits          168      171       +3     
  Misses        153      153              
Impacted Files Coverage Δ
src/TS.jl 89.18% <100.00%> (+0.95%) :arrow_up:

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

chiraganand commented 1 year ago

@Tumon2001 There is some error in a test case because of which the CI is failing. Can you fix that?