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

excaliburjs / Excalibur / 7584748053
89%

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

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

Jobs
ID Job ID Ran Files Coverage
1 7584748053.1 19 Jan 2024 02:04PM UTC 0
91.51
GitHub Action Run
Source Files on build 7584748053
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7584748053
  • 82799b1d on github
  • Prev Build on main (#7584727808)
  • Next Build on main (#7591818547)
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