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

xd009642 / tarpaulin / #749
86%

Build:
DEFAULT BRANCH: develop
Ran 25 Apr 2026 06:56AM UTC
Jobs 1
Files 41
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

25 Apr 2026 06:50AM UTC coverage: 85.762% (+0.03%) from 85.737%
#749

push

web-flow
Fix false-negative on `loop` keyword line in force-covered fns (#1842)

Force-covered fns (generic, `#[inline]`, generic impl methods) reported
the `loop` keyword line as uncovered:

    pub fn f<T>() {
        loop {       // <-- uncovered
            if cond {
                return;
            }
        }
    }

LLVM does not consistently anchor a coverage region to the `loop`
keyword line, so force-cover flags it as a miss. Ignore the line when
the enclosing fn is force-covered, unless the body's first statement
sits on the same row (as in `loop { return; }`).

10 of 10 new or added lines in 1 file covered. (100.0%)

4909 of 5724 relevant lines covered (85.76%)

250966.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #749.1 25 Apr 2026 06:56AM UTC 41
85.76
Source Files on build #749
  • Tree
  • List 41
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 20662776 on github
  • Prev Build on develop
  • Next Build on develop
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