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

sebnitu / vrembem / 9821236234 / 1
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next-utility
DEFAULT BRANCH: main
Ran 06 Jul 2024 06:20PM UTC
Files 52
Run time 1s
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

06 Jul 2024 06:18PM UTC coverage: 100.0%. Remained the same
9821236234.1

push

github

web-flow
Allow passing maps to config.set mixin (#1917)

This PR updates the logic in `config.set` to now allow passing maps for more easily updating the config options map. This behavior is mirrored to how `css.set` works where the following parameter type are valid:
- `"key", "value"`
- `"key", ("key": "value")`
- `("key": "value"), null`
- `("key": ("key": "value")), null`

In cases where nested maps are provided, the root key is prefixed to subsequent keys. This allows the following:

```
@include config.set("asdf", (
  "one": 1,
  "two": 2
));

// Resulting options map:
$_options: (
  "asdf-one": 1,
  "asdf-two": 2
);
```

508 of 508 branches covered (100.0%)

Branch coverage included in aggregate %.

2293 of 2293 relevant lines covered (100.0%)

43.94 hits per line

Source Files on job 9821236234.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 9821236234
  • 66f95fc5 on github
  • Prev Job for on next (#9821233590.1)
  • Next Job for on next (#9821305349.1)
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