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

SAP / ui5-linter / 8388142054
86%

Build:
DEFAULT BRANCH: main
Ran 22 Mar 2024 09:26AM UTC
Jobs 1
Files 37
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

22 Mar 2024 09:24AM UTC coverage: 70.403% (+0.03%) from 70.377%
8388142054

push

github

RandomByte
feat(cli)!: In case of errors, exit with code 1

This change alignes UI5 linter with ESLint (see [1]):
* No errors, maybe warnings: Use exit code 0
* At least one error: Use exit code 1
* Unexpected error (typically caused by an exception): Use exit code 2

BREAKING CHANGE: Depending on how UI5 linter is being used, this change
might change the behavior of that particular scenario. For example a
build script might abort further processing, if any linting errors
are detected.

To ignore exit code 1, for example in a bash script, you may use a
construct like this:
```sh
ui5lint && RC=$? || RC=$?
if [[ "$RC" = 2 ]]; then
    exit 1
fi
```

JIRA: CPOUI5FOUNDATION-823

[1]: https://eslint.org/docs/latest/use/command-line-interface#exit-codes

691 of 1121 branches covered (61.64%)

Branch coverage included in aggregate %.

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

1721 of 2305 relevant lines covered (74.66%)

1106.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8388142054.1 22 Mar 2024 09:26AM UTC 0
70.4
GitHub Action Run
Source Files on build 8388142054
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8388142054
  • 96331fca on github
  • Prev Build on main (#8387696450)
  • Next Build on main (#8388306639)
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