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

qunitjs / qunit / 12447478066
90%

Build:
DEFAULT BRANCH: main
Ran 21 Dec 2024 06:25PM UTC
Jobs 1
Files 37
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

21 Dec 2024 06:23PM UTC coverage: 90.529%. Remained the same
12447478066

push

github

web-flow
Theme: Improve `.qunit-test.fail` and expected/actual diff colors

* Fix huge color contrast issue with the dark red background
  behind similarly dark colors, especially in `.counts`.

* Remove white padding between test item edge and assert list
  assertion green/red shading. Instead, add some border-spacing
  to the assert item table.

* Adjust various colors slightly to comply with WCAG guidelines.
  https://developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast

* Fix broken `.qunit-test.pass .test-expected { color: #999; }`
  override which was only applicable to passing "todo" tests as no
  other passing tests have failing assertions under them. This was
  meant to mute the colors of these failures to avoid distraction.
  However the CSS cascade has changed over time such that these
  styles no longer applied.

  This is likely masked by the fact that passing tests (including
  passing todos) are collapsed by default, so there's very little
  attention to these anyway.

  Restore these overrides, and extend them to the "diff" and
  "source" lines as well.

Easy way to identify color usage:

```
$ git grep '#[0-9A-F][0-9A-F]*' src/core/qunit.css | sed 's/^.*\(#[0-9A-F]*\).*/\1/' | sort | uniq -c
```

Ref https://github.com/qunitjs/qunit/pull/1774.
Closes https://github.com/qunitjs/qunit/pull/1803.

5 of 6 new or added lines in 1 file covered. (83.33%)

1864 of 2059 relevant lines covered (90.53%)

3520.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12447478066.1 19 Oct 56943 11:00AM UTC 0
90.53
GitHub Action Run
Source Files on build 12447478066
Detailed source file information is not available for this build.
  • Back to Repo
  • ef73ecb1 on github
  • Prev Build on main (#12214401585)
  • Next Build on main (#12818907646)
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