• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moonbitlang / core / 2777
92%

Build:
DEFAULT BRANCH: main
Ran 17 Aug 2024 09:30AM UTC
Jobs 1
Files 271
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Aug 2024 09:30AM UTC coverage: 85.46%. Remained the same
2777

push

github

web-flow
simplify the code base using x[a:b] sugar (#868)

* update priority test

note it would be nice that iter can also benefit from view syntax sugar,
for example
iter.take(2) --> iter[:2]
the problem is that our current sugar iter[:] would require x.length, we should change the protocol to be
something like `op_as_view(~start:Int = 0, ~end: Int? = None)` the first defaults to 0, the second defaults to None, it is up to the user to interpret how it works

* use the array view sugar

* use array view syntax

---------

Co-authored-by: bob.hongbo.zhang <bob.hongbo.zhang@idea.edu.cn>

2 of 2 new or added lines in 2 files covered. (100.0%)

3738 of 4374 relevant lines covered (85.46%)

4493.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2777.1 17 Aug 2024 09:30AM UTC 272
85.32
GitHub Action Run
Source Files on build 2777
  • Tree
  • List 271
  • Changed 5
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6037c51d on github
  • Prev Build on main (#2768)
  • Next Build on main (#2781)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc