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

SAP / ui5-project / 6585119548
96%

Build:
DEFAULT BRANCH: main
Ran 20 Oct 2023 08:13AM UTC
Jobs 1
Files 48
Run time 3s
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

20 Oct 2023 08:11AM UTC coverage: 95.955%. Remained the same
6585119548

push

github

web-flow
[FIX] ProjectBuilder now can be executed in parallel  (#669)

Fixes: https://github.com/SAP/ui5-tooling/issues/887

ProjectBuilder was using a singleton of the logger module. Basically,
the logger was constructed only once, during module evaluation, but used
throughout the whole module.
The tricky part is that the `ProjectBuilder`'s logger has this
`setProjects()` method that acts as an allow list of the projects being
built. As the logger used to be a singleton within this module/class and
the async behaviour of the whole module, calling `setProject()` was
polluting the internal `projects` property.

With this fix, every `ProjectBuilder` instance has its own`BuildLogger`
instance that solves the issue.

1436 of 1531 branches covered (0.0%)

Branch coverage included in aggregate %.

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

2786 of 2869 relevant lines covered (97.11%)

122.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6585119548.1 20 Oct 2023 08:13AM UTC 0
95.95
GitHub Action Run
Source Files on build 6585119548
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6585119548
  • f6524614 on github
  • Prev Build on main (#6571638980)
  • Next Build on main (#6586812425)
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