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

SAP / ui5-linter / 11553902439
86%

Build:
DEFAULT BRANCH: main
Ran 28 Oct 2024 12:31PM UTC
Jobs 1
Files 54
Run time 5min
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

28 Oct 2024 12:27PM UTC coverage: 79.338% (+0.03%) from 79.31%
11553902439

push

github

web-flow
feat: Allow usage of shorthand properties in extend call (#385)

In UI5 there might be Control extend calls in the following form:

```javascript
const renderer =  function(oRm, oMyControl) {
    oRm.openStart("div", oMyControl);
    oRm.class("mycssclass");
    oRm.openEnd();
    oRm.close("div");
};
var myControl = Control.extend("myControl", {
  metadata: {},
  renderer
});
```

This change tries to improve transpilation of shorthand properties

1626 of 2178 branches covered (74.66%)

Branch coverage included in aggregate %.

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

2425 of 2928 relevant lines covered (82.82%)

1702.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11553902439.1 28 Oct 2024 12:31PM UTC 0
79.34
GitHub Action Run
Source Files on build 11553902439
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11553902439
  • 64a27d87 on github
  • Prev Build on main (#11537242273)
  • Next Build on main (#11570232546)
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