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

Update runtests.jl #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update runtests.jl #50

wants to merge 1 commit into from

Conversation

Keno
Copy link

@Keno Keno commented Feb 3, 2022

JuliaLang/julia#43852 will improve inference making it
realize that _zero(::Missing) throws such that _sum can never return missing,
breaking the inference test below because the return type is more precise than expected.

JuliaLang/julia#43852 will improve inference making it
realize that `_zero(::Missing)` throws such that `_sum` can never return `missing`,
breaking the inference test below because the return type is more precise than expected.
@timholy
Copy link
Member

timholy commented Feb 3, 2022

Close/reopen to trigger CI. It had disabled due to lack of activity, see

schedule:
- cron: "0 0 1 * *" # First of the month, midnight UTC

@timholy timholy closed this Feb 3, 2022
@timholy timholy reopened this Feb 3, 2022
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #50 (73e0ccc) into master (9fbda81) will increase coverage by 1.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   84.55%   85.60%   +1.05%     
==========================================
  Files           1        1              
  Lines         123      132       +9     
==========================================
+ Hits          104      113       +9     
  Misses         19       19              
Impacted Files Coverage Δ
src/MappedArrays.jl 85.60% <100.00%> (+1.05%) ⬆️

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 46bf47f...73e0ccc. Read the comment docs.

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.

2 participants