Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix StepRangeLen test #204

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Fix StepRangeLen test #204

merged 1 commit into from
Oct 20, 2022

Conversation

omus
Copy link
Collaborator

@omus omus commented Oct 18, 2022

Explicitly create a StepRangeLen for these tests instead of relying on getindex to return a StepRangeLen. This behaviour was changed in JuliaLang/julia#43059

@omus omus self-assigned this Oct 18, 2022
@omus
Copy link
Collaborator Author

omus commented Oct 18, 2022

We should not use the fix proposed in #201

@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Merging #204 (b0c61ee) into master (c16d290) will increase coverage by 0.61%.
The diff coverage is n/a.

❗ Current head b0c61ee differs from pull request most recent head 269b6fe. Consider uploading reports for the commit 269b6fe to get more accurate results

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
+ Coverage   83.70%   84.31%   +0.61%     
==========================================
  Files          12       12              
  Lines         816      848      +32     
==========================================
+ Hits          683      715      +32     
  Misses        133      133              
Impacted Files Coverage Δ
src/description.jl 100.00% <0.00%> (ø)
src/inclusivity.jl 100.00% <0.00%> (ø)
src/anchoredinterval.jl 99.12% <0.00%> (+0.01%) ⬆️
src/endpoint.jl 98.11% <0.00%> (+0.07%) ⬆️
src/interval.jl 96.01% <0.00%> (+0.12%) ⬆️
src/plotting.jl 94.44% <0.00%> (+0.32%) ⬆️
src/interval_sets.jl 92.14% <0.00%> (+0.48%) ⬆️

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

@omus omus merged commit 2999a5d into master Oct 20, 2022
@omus omus deleted the cv/steprangelen-test-fix branch October 20, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants