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

stylelint-scss / stylelint-scss / 7169452950
91%

Build:
DEFAULT BRANCH: master
Ran 11 Dec 2023 03:13PM UTC
Jobs 1
Files 113
Run time 29s
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

11 Dec 2023 03:12PM UTC coverage: 91.935%. Remained the same
7169452950

push

github

web-flow
Fix compatibility with Stylelint 16.0.0 (#896)

Since Stylelint 16.0.0, the `stylelint.rules` object has `Promise` values.
See https://stylelint.io/migration-guide/to-16#changed-nodejs-api-stylelintrules-object

Currently, this breaking change causes a `TypeError` in `stylelint-scss`
because a few rules depend on `stylelint.rules` to construct rule messages.

This commit removes the dependency to avoid the error.

To confirm compatibility with Stylelint 16.0.0, run:

```shell
# Update Stylelint
npm i 'stylelint@latest'

# Run tests
NODE_OPTIONS=--experimental-vm-modules npm t
```

1861 of 2109 branches covered (0.0%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 3 files covered. (100.0%)

2961 of 3136 relevant lines covered (94.42%)

150.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7169452950.1 11 Dec 2023 03:13PM UTC 0
91.94
GitHub Action Run
Source Files on build 7169452950
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7169452950
  • 0f75b9b9 on github
  • Prev Build on master (#7160241298)
  • Next Build on master (#7170332186)
  • 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