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

43081j / eslint-plugin-lit / 6629573358
99%

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

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%)

51.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6629573358.1 24 Oct 2023 04:10PM UTC 50
93.73
GitHub Action Run
2 6629573358.2 24 Oct 2023 04:10PM UTC 50
93.73
GitHub Action Run
3 6629573358.3 24 Oct 2023 04:10PM UTC 50
93.73
GitHub Action Run
Source Files on build 6629573358
  • Tree
  • List 50
  • Changed 2
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8f307c51 on github
  • Prev Build on master (#6626712148)
  • Next Build on master (#6629595314)
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