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

mgol / bootstrap / 20099725180
93%
main: 93%

Build:
Build:
LAST BUILD BRANCH: v4-dev-nes-jquery-4-tests
DEFAULT BRANCH: main
Ran 10 Dec 2025 01:10PM UTC
Jobs 1
Files 13
Run time 2min
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

10 Dec 2025 01:09PM UTC coverage: 92.783%. Remained the same
20099725180

push

github

mgol
Test(jQuery): Run tests with jQuery 4

To run tests:
```
npm install
npm run js
npm run js-test
```

To test on more remote browsers, replace the last command with:
```
npm run js-test-cloud
```
You'll need to have BrowserStack env variables (`BROWSER_STACK_USERNAME`
& `BROWSER_STACK_ACCESS_KEY`) set up for this to work.

Two changes were required:
1. Replace usage of `$.Deferred` in tests with native Promise as Deferreds are
   no longer available in jQuery 4 slim. Load a Promise polyfill for IE.
2. Replace `false` in `$carousel.attr('data-interval', false)` with `"false"`.
   jQuery Migrate covers this case as well, but it's test-only anyway.

Consolidated test command:
```
npm run js && npm run js-test && npm run js-test-cloud; echo $?; git checkout -- dist js/dist
```

899 of 1006 branches covered (89.36%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 1 file covered. (50.0%)

1788 of 1890 relevant lines covered (94.6%)

37.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
84.38
0.0% js/src/util.js
Jobs
ID Job ID Ran Files Coverage
1 20099725180.1 10 Dec 2025 01:10PM UTC 13
92.78
GitHub Action Run
Source Files on build 20099725180
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ae0b6b31 on github
  • Prev Build on v4-dev-nes (#20099369406)
  • Delete
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