adobe / bridgeService

The BridgeService is a library that allows your project to access java code to which you do not have implicite and normal access. Use cases are JS/Python/C++ accessing Java objects or java objects that are protected, and that you do not want to distribute as a library.
MIT License
5 stars 3 forks source link

Fixes issue #74 : updating doc and giving reference to the demo project #141

Closed baubakg closed 4 months ago

baubakg commented 4 months ago

Description

Updating docs, ad adding a reference to the Test As a Product Demo

Related Issue

Resolves #74

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.51%. Comparing base (7c8d39f) to head (4dfa514).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ========================================= Coverage 91.51% 91.51% Complexity 279 279 ========================================= Files 25 25 Lines 731 731 Branches 63 63 ========================================= Hits 669 669 Misses 47 47 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
27 New issues
0 Accepted issues

Measures
0 Security Hotspots
99.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud