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

hustcc / echarts-for-react / 19122124500
95%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2025 01:49AM UTC
Jobs 1
Files 5
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

06 Nov 2025 01:46AM UTC coverage: 94.737%. Remained the same
19122124500

push

github

web-flow
Only unbind events passed from the parent component (#613)

`initEchartsInstance` attached a handler for the `"finish"` event. If
`componentDidUpdate` is called between attaching the handler, and firing
the handler and the `onEvents` prop changed, this will fire
`"offEvents"` which will remove the handler for the `"finish"` event.
This means the finish handler never fires, so the chart auto-resize is
not attached, and the ready event handler never fires.

Instead, only remove the events that are on the previous props, and
leave the `"finish"` callback alone.

1 of 2 branches covered (50.0%)

Branch coverage included in aggregate %.

17 of 17 relevant lines covered (100.0%)

6.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19122124500.1 06 Nov 2025 01:49AM UTC 5
94.74
GitHub Action Run
Source Files on build 19122124500
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a6945e8c on github
  • Prev Build on refs/tags/v3.0.4 (#16834658795)
  • Next Build on master (#19122212117)
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

© 2025 Coveralls, Inc