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

SAP / ui5-builder / 15068271647
95%

Build:
DEFAULT BRANCH: main
Ran 16 May 2025 12:21PM UTC
Jobs 1
Files 75
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

16 May 2025 12:18PM UTC coverage: 94.946% (+0.04%) from 94.911%
15068271647

push

github

web-flow
[FIX] manifestEnhancer: Only use valid files for supportedLocales (#1080)

This fixes two problems that could have occurred:

A properties file with an invalid locale was still taken into the list
of supported locales, which then caused a runtime exception in the
ResourceBundle as it validates the input.

Another problem was that properties files could have a valid name
according to BCP47, but the file won't be ever requested with that name.
This is due to the fact that the ResourceBundle does use the legacy Java
locale format (using underscores instead of dashes) for the request URL.

In both cases, the properties file is now ignored and no entry for the
supportedLocales is created.

Only locales that are valid according to the legacy Java locale format
are considered.
However, there is one special case: sr_Latn is also requested by the UI5
runtime, although it contains a BCP47 script, which is not valid
according to the legacy Java locale format.

---------

Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>

2303 of 2523 branches covered (91.28%)

Branch coverage included in aggregate %.

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

4047 of 4165 relevant lines covered (97.17%)

167.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15068271647.1 16 May 2025 12:21PM UTC 75
94.95
GitHub Action Run
Source Files on build 15068271647
  • Tree
  • List 75
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #15068271647
  • a6c04d26 on github
  • Prev Build on main (#14990961647)
  • Next Build on main (#15091405496)
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