Skip to content

Update runtests.jl#50

Closed
Keno wants to merge 1 commit intoJuliaArrays:masterfrom
Keno:patch-1
Closed

Update runtests.jl#50
Keno wants to merge 1 commit intoJuliaArrays:masterfrom
Keno:patch-1

Conversation

@Keno
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown

codecov bot commented Feb 3, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.60%. Comparing base (46bf47f) to head (73e0ccc).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   85.38%   85.60%   +0.22%     
==========================================
  Files           1        1              
  Lines         130      132       +2     
==========================================
+ Hits          111      113       +2     
  Misses         19       19              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@timholy
Copy link
Copy Markdown
Member

timholy commented Dec 10, 2025

Oops, duplicated in #58

@timholy timholy closed this Dec 10, 2025
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