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

edgehog-device-manager / edgehog / 479eb8100af62d72ffc21825f2cf743a27ac376a
72%

Build:
DEFAULT BRANCH: main
Ran 05 Aug 2025 09:05AM UTC
Jobs 1
Files 250
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

05 Aug 2025 09:01AM UTC coverage: 78.629% (+0.2%) from 78.441%
479eb8100af62d72ffc21825f2cf743a27ac376a

push

github

web-flow
feat: Add support for regex and glob pattern matching in device selector DSL (#835)

Adds support for two new operators in device selector DSL: ~= and !~=

In detail:
- Add new ~= (matches) and !~= (not_matches) operators for pattern matching
- Support unquoted regex patterns (/pattern/) in addition to quoted strings
- Restrict regex patterns to only work with matches operators for type safety
- Maintain backward compatibility with existing "tag" in tags syntax
- Support both glob patterns ("tag-*") and regex patterns (/tag-\d+/) with matches operators

Examples of new syntax:
- /tag-\d+/ ~= tags (unquoted regex)
- "tag-*" ~= tags (quoted glob pattern)
- "/pattern/" ~= tags (quoted regex pattern)
- "pattern" !~= tags (negated pattern matching)

Signed-off-by: Omar <omar.brbutovic@secomind.com>

1262 of 1605 relevant lines covered (78.63%)

98.15 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
85.71
0.0% lib/edgehog/selector/parser.ex
Jobs
ID Job ID Ran Files Coverage
1 479eb8100af62d72ffc21825f2cf743a27ac376a.1 05 Aug 2025 09:05AM UTC 250
78.63
GitHub Action Run
Source Files on build 479eb8100af62d72ffc21825f2cf743a27ac376a
  • Tree
  • List 250
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 479eb810 on github
  • Prev Build on main (#C5C30E13...)
  • Next Build on main (#8892E0F1...)
  • 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