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

excaliburjs / Excalibur / 7584748053 / 1
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 19 Jan 2024 02:04PM UTC
Files 201
Run time 5s
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

19 Jan 2024 01:59PM UTC coverage: 91.509% (-0.02%) from 91.526%
7584748053.1

push

github

web-flow
feat: Allow additional images in Materials (#2892)

This PR adds the ability to load additional images into `ex.Material`s!
  ```typescript
  const noise = new ex.ImageSource('./noise.avif');
  loader.addResource(noise);

  var waterMaterial = game.graphicsContext.createMaterial({
    name: 'water',
    fragmentSource: waterFrag,
    color: ex.Color.fromRGB(55, 0, 200, .6),
    images: {
      u_noise: noise
    }
  });
  ```

4911 of 6176 branches covered (0.0%)

11122 of 12154 relevant lines covered (91.51%)

27047.14 hits per line

Source Files on job 7584748053.1
  • Tree
  • List 0
  • Changed 90
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 7584748053
  • 82799b1d on github
  • Prev Job for on main (#7584727808.1)
  • Next Job for on main (#7591818547.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