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

SAP / ui5-builder
91%
main: 95%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/cross-env-10.0.0
DEFAULT BRANCH: main
Repo Added 11 Jun 2018 10:27AM UTC
Files 76
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

LAST BUILD ON BRANCH generate-h2-preload-files
branch: generate-h2-preload-files
CHANGE BRANCH
x
Reset
  • generate-h2-preload-files
  • Reuse-Migration-TOML-Branch
  • add-jsdoc-module-to-enhanceManifest
  • add-resource-filter
  • align-jsdoc-template-with-openui5
  • ci-permissions
  • ci-ubuntu-24.04
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/setup-node-4.2.0
  • dependabot/github_actions/actions/setup-node-4.3.0
  • dependabot/github_actions/actions/setup-node-4.4.0
  • dependabot/github_actions/actions/setup-node-5.0.0
  • dependabot/github_actions/coverallsapp/github-action-2.3.6
  • dependabot/npm_and_yarn/brace-expansion-1.1.12
  • dependabot/npm_and_yarn/cheerio-1.1.0
  • dependabot/npm_and_yarn/cheerio-1.1.2
  • dependabot/npm_and_yarn/cross-env-10.0.0
  • dependabot/npm_and_yarn/escape-unicode-0.3.0
  • dependabot/npm_and_yarn/eslint-9.28.0
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-50.7.0
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.0.1
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.1.2
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.2.3
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.3.3
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-51.3.4
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-52.0.2
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-54.1.0
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-54.1.1
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-54.4.0
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-57.0.7
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-59.0.2
  • dependabot/npm_and_yarn/eslint-plugin-jsdoc-60.0.0
  • dependabot/npm_and_yarn/eslint/js-9.28.0
  • dependabot/npm_and_yarn/globals-16.0.0
  • dependabot/npm_and_yarn/globals-16.2.0
  • dependabot/npm_and_yarn/istanbuljs/esm-loader-hook-0.3.0
  • dependabot/npm_and_yarn/sinon-20.0.0
  • dependabot/npm_and_yarn/sinon-21.0.0
  • fix-azure-pipeline
  • fix-bundleInfo-multipart-bundle
  • fix-cheerio-version-v1.0.0
  • fix-manifestEnhancer-invalid-locale
  • fix/safari-invalid-source-map-mapping
  • main
  • minify-error-full-path
  • node-24
  • refs/heads/v2
  • rename-to-ui5-cli
  • support-legacy-free-version
  • update-copyright-2025
  • update-jsdoc-template
  • v2
  • v3
  • v3-azure-use-macos13
  • v3-rename-to-ui5-cli
  • v3-terser-update
  • v4

pending completion
2103

Pull #22

travis-ci

web-flow
[FEATURE] Build DepCache files (*-h2-preload.js) for HTTP/2 support

- implement a new bundle section type 'depcache' in the lbt builder
- ignore pseudo-dependencies 'require', 'module' and 'exports' in
  the dependency analyzer (so that they don't appear in the dependency
  cache)
- add configuration in the library and component preload bundlers
  to create bundles with the new section types in parallel to the
  existing preload bundles (using an '-h2-preload' suffix)
- configure fixture applications g,h,i,j and fixture libraries e,h,i,j
  to use evo bundle format by adding a dependency to the sap.ui.core
  substitute fixture (sap.ui.core-evo)
- add the newly introduced h2-preload bundles to the set of expected
  files in all fixtures that are used with one of the module bundling
  tasks
Pull Request #22: Build DepCache info files (*-h2-preload.js) for better HTTP/2 support

1595 of 1864 branches covered (85.57%)

Branch coverage included in aggregate %.

38 of 39 new or added lines in 3 files covered. (97.44%)

3169 of 3394 relevant lines covered (93.37%)

52.24 hits per line

Relevant lines Covered
Build:
Build:
3394 RELEVANT LINES 3169 COVERED LINES
52.24 HITS PER LINE
Source Files on generate-h2-preload-files
  • List 0
  • Changed 27
  • Source Changed 4
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2103 generate-h2-preload-files [FEATURE] Build DepCache files (*-h2-preload.js) for HTTP/2 support - implement a new bundle section type 'depcache' in the lbt builder - ignore pseudo-dependencies 'require', 'module' and 'exports' in the dependency analyzer (so that they don'... Pull #22 01 Jan 2020 06:24PM UTC web-flow travis-ci pending completion  
237 generate-h2-preload-files [FEATURE] Build DepCache files (*-h2-preload.js) for HTTP/2 support - implement a new bundle section type 'depcache' in the lbt builder - ignore pseudo-dependencies 'require', 'module' and 'exports' in the dependency analyzer (so that they don'... Pull #22 05 Jul 2018 05:12PM UTC web-flow travis-ci pending completion  
236 generate-h2-preload-files [FEATURE] Build DepCache files (*-h2-preload.js) for HTTP/2 support - implement a new bundle section type 'depcache' in the lbt builder - ignore pseudo-dependencies 'require', 'module' and 'exports' in the dependency analyzer (so that they don'... push 05 Jul 2018 05:12PM UTC codeworrior travis-ci pending completion  
235 generate-h2-preload-files [FEATURE] Build DepCache info files (*-h2-preload.js) for better HTTP/2 support - implement a new bundle section type 'depcache' in the lbt builder - ignore pseudo-dependencies 'require', 'module' and 'exports' in the dependency analyzer (so th... push 05 Jul 2018 05:05PM UTC codeworrior travis-ci pending completion  
173 generate-h2-preload-files Merge 'origin/master' into generate-h2-depcache-files push 22 Jun 2018 09:10AM UTC codeworrior travis-ci pending completion  
171 generate-h2-preload-files Merge 'origin/master' into generate-h2-depcache-files push 22 Jun 2018 09:05AM UTC codeworrior travis-ci pending completion  
141 generate-h2-preload-files Add h2-preload files to expected test results, enfore evo bundle format push 18 Jun 2018 04:01PM UTC codeworrior travis-ci pending completion  
139 generate-h2-preload-files generateComponentPreload: Add missing flatten push 18 Jun 2018 02:38PM UTC RandomByte travis-ci pending completion  
134 generate-h2-preload-files fix linting errors push 18 Jun 2018 10:27AM UTC codeworrior travis-ci pending completion  
See All Builds (3640)
  • Repo on GitHub
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