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

stylelint-scss / stylelint-scss / 7146519478
91%

Build:
DEFAULT BRANCH: master
Ran 08 Dec 2023 09:36PM UTC
Jobs 1
Files 113
Run time 8s
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

08 Dec 2023 09:35PM UTC coverage: 91.954% (-0.008%) from 91.962%
7146519478

push

github

web-flow
Fix `function-no-unknown` false negatives for functions with namespace (#888)

Since Stylelint 15.8.0, the built-in `function-no-unknown` rule has ignored SCSS functions with namespace.

For example, the following code unexpectedly passes with Stylelint 15.8.0:

```scss
a { color: color.unknown(#fff); }
```

Notes:
- This change keeps backward compatibility. This means not to change `peerDependencies.stylelint` in `package.json`.
- This change may bring performance penalty to keep backward compatibility.
- Run `npm i 'stylelint@^15.8.0' && npm t` to test this change with newer versions of Stylelint.

See also:
- https://github.com/stylelint/stylelint/releases/tag/15.8.0
- https://github.com/stylelint/stylelint/pull/6921

1863 of 2109 branches covered (0.0%)

Branch coverage included in aggregate %.

24 of 25 new or added lines in 1 file covered. (96.0%)

2960 of 3136 relevant lines covered (94.39%)

150.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7146519478.1 08 Dec 2023 09:36PM UTC 0
91.95
GitHub Action Run
Source Files on build 7146519478
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7146519478
  • a95954b0 on github
  • Prev Build on master (#7146490357)
  • Next Build on master (#7146728960)
  • 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