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

GEWIS / sudosos-backend / 16414739982
90%

Build:
DEFAULT BRANCH: develop
Ran 21 Jul 2025 10:43AM UTC
Jobs 1
Files 227
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

21 Jul 2025 10:38AM UTC coverage: 85.216% (+0.006%) from 85.21%
16414739982

push

github

web-flow
feat: improved user search (#543)

Refactored the search query logic to improve clarity. Instead of manually
handling multiple conditions for first name, nickname, and last name separately,
we now use `CONCAT` to allow direct searches of full names.

However, this does mean that the e-mail address of a user now also becomes a
part that is searchable. Kept limit to two for separate parts. Additionally, the
parameters are structured more cleanly.

---

The used collation (`utf32_general_ci`) already ensures case-insensitive
matching. However, as noted in my review in
https://github.com/GEWIS/sudosos-backend/pull/57#pullrequestreview-1607553958,
I still believe using `utf32` is unnecessary at best and `utf8mb4` should be
used instead (except that TypeORM does not directly allow usage of the
`unicode_ci` variant over `general_ci`). Usage of an `*_unicode_ci` collation
will provide an even better search due to improved character expansion/mapping.

**Update:** rather than `utf8mb4_unicode_ci` we should use
`utf8mb4_uca1400_ai_ci` (the new default from MariaDB 11.5 on).

1306 of 1592 branches covered (82.04%)

Branch coverage included in aggregate %.

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

7023 of 8182 relevant lines covered (85.83%)

1072.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16414739982.1 21 Jul 2025 10:43AM UTC 227
85.22
GitHub Action Run
Source Files on build 16414739982
  • Tree
  • List 227
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16414739982
  • f78cb915 on github
  • Prev Build on develop (#16236561250)
  • Next Build on develop (#16603747875)
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