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

stylelint-scss / stylelint-scss / 9846706605
91%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2024 08:48PM UTC
Jobs 1
Files 119
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

08 Jul 2024 08:47PM UTC coverage: 92.229%. Remained the same
9846706605

push

github

web-flow
Fix `partial-no-import` message to include more accurate rule name (#1019)

By this change, the rule message will be properly associated with the rule name. See the examples below:

Before:

```sh-session
$ echo '@import "file.scss"' | npx stylelint

<input css ZECpLj>
       ✖  The 'partial-no-import' rule won't work if linting in a code string without an actual file

✖ 1 problem (1 error, 0 warnings)
```

After:

```sh-session
$ echo '@import "file.scss"' | npx stylelint

<input css PE6AAM>
  1:2  ✖  This rule won't work if linting in a code string without an actual file  scss/partial-no-import

✖ 1 problem (1 error, 0 warnings)
```

In addition, this change updates `jest-preset-stylelint` to use `testRule()` instead of `postcss`.
Because `testRule()` is closer to the actual use of `stylelint` and easier to avoid any potential troubles.
See https://github.com/stylelint/jest-preset-stylelint/releases/tag/7.1.0

1994 of 2253 branches covered (88.5%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

3216 of 3396 relevant lines covered (94.7%)

151.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9846706605.1 08 Jul 2024 08:48PM UTC 0
92.23
GitHub Action Run
Source Files on build 9846706605
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9846706605
  • c1aa4654 on github
  • Prev Build on master (#9846672075)
  • Next Build on master (#9863613952)
  • 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