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

kobotoolbox / kpi / 17803490223
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1452-new_action
DEFAULT BRANCH: master
Ran 17 Sep 2025 04:32PM UTC
Jobs 2
Files 862
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

17 Sep 2025 03:59PM UTC coverage: 81.253%. Remained the same
17803490223

push

github

web-flow
chore(sass): update sass and sass-loader DEV-999 (#6237)


### 💭 Notes
Updates all areas where sass gave deprecation warnings. These include
the following and their concequences:
1. no more `@import`
- started the process with the reccomended
[`sass-migrator`](https://github.com/sass/migrator#readme) module. It
gave us a suggestion to use `@include meta.load-css(<some_css_file>)` in
`main.css`
    - elsewhere I replaced `@import` with `@use`
- this forced me to use explicit imports, such as `mdl.$font` instead of
just `$font`
2. `lighten()` and `darken()` are replaced with
`sass:color.adjust($color, $lightness: <value>)`, where darkening is a
negative value
3. The [use of style
modules](https://sass-lang.com/documentation/breaking-changes/legacy-js-api/)
was deprecated in the `sass` and `sass-loader` modules themselves, which
needed to be updated
4. Some styles would be very time consuming to import because they're
not defined in generic styles (assuming we don't want to use `@use ...
as *` all the time) and some styles' usefulness aren't very clear, so I
left FIXME comments on those styles

### 👀 Preview steps

1. run `npm run watch` on main
2. 🔴notice that there's a bunch of deprecation warnings
3. checkout this branch
4. run `npm i` to update `sass` and `sass-loader`
5. run `npm run watch`
6. 🟢notice there are no deprecation warnings
1. ℹ️ have an account and a project
7. Navigate around the app and try to find places with broken CSS
8. 🟢notice that there are no places with broken CSS 🤞

6896 of 10866 branches covered (63.46%)

26685 of 32842 relevant lines covered (81.25%)

1.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17803490223.1 17 Sep 2025 04:32PM UTC 862
78.92
2 17803490223.2 17 Sep 2025 04:36PM UTC 862
81.23
Source Files on build 17803490223
  • Tree
  • List 862
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 443e0db7 on github
  • Prev Build on main (#17785937819)
  • Next Build on main (#17806026304)
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

© 2025 Coveralls, Inc