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

geosolutions-it / MapStore2 / 30357964400
76%

Build:
DEFAULT BRANCH: master
Ran 28 Jul 2026 12:21PM UTC
Jobs 3
Files 1733
Run time 3min
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

28 Jul 2026 12:12PM UTC coverage: 75.771% (+0.002%) from 75.769%
30357964400

push

github

web-flow
Fix #12689 - Remove unnecessary src=null on WMS tile load error (#12691)

* Fix #12689 - Remove unnecessary src=null on WMS tile load error

Setting img.src = null does not clear the image; the DOM coerces it
to the string "null", causing a real (always-404) network request.
image.setState(3) alone already triggers the source's
tileloaderror/imageloaderror events (state-based, no DOM event
dependency), making the src=null line redundant.

* Add test for #12689 spurious /null request removal

Verifies the tile error handler no longer sets img.src = null on failure.

* Fix #12689 - set error state on single tile WMS load failure

ol/Image has no setState, unlike ol/ImageTile: notify the state change
manually so imageloaderror is emitted without setting img.src to null.
Tests now configure requestsConfigurationRules to reach the custom load
function error branch.

35989 of 56678 branches covered (63.5%)

7 of 9 new or added lines in 1 file covered. (77.78%)

2 existing lines in 1 file now uncovered.

44763 of 59077 relevant lines covered (75.77%)

124.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
82.79
2.45% web/client/components/map/openlayers/plugins/WMSLayer.js

Coverage Regressions

Lines Coverage ∆ File
2
73.33
-4.44% web/client/components/map/openlayers/snapshot/GrabMap.jsx
Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 30357964400.1 28 Jul 2026 12:23PM UTC 1733
75.77
GitHub Action Run
2 run-20.x - 30357964400.2 28 Jul 2026 12:22PM UTC 1733
75.77
GitHub Action Run
3 run-24.x - 30357964400.3 28 Jul 2026 12:21PM UTC 1733
75.76
GitHub Action Run
Source Files on build 30357964400
  • Tree
  • List 1733
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30357964400
  • 40197f08 on github
  • Prev Build on master (#30357526732)
  • Next Build on master (#30360894761)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc