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

43081j / eslint-plugin-lit / 6629573358 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2023 04:10PM UTC
Files 50
Run time 1s
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

24 Oct 2023 04:09PM UTC coverage: 93.734%. Remained the same
6629573358.2

push

github

web-flow
fix(no-this-assign-in-render): explicit left hand side traversal (#185)

The esquery we were using was too wide in that it would match a `.left`
at _any_ level.

This meant the following code would match:

```ts
render() {
  x = this.foo || 123;
}
```

As a `LogicalExpression` has a left just like an `AssignmentExpression`.

Since esquery doesn't support relative direct child selection (i.e.
using `:has(> foo)`), we are now selecting the left side node and
reporting on the parent instead.

547 of 628 branches covered (0.0%)

Branch coverage included in aggregate %.

949 of 968 relevant lines covered (98.04%)

17.1 hits per line

Source Files on job 6629573358.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6629573358
  • 8f307c51 on github
  • Prev Job for on master (#6626712148.1)
  • Next Job for on master (#6629595314.1)
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