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
6 stars 3 forks source link

Updating docs #137

Closed baubakg closed 5 months ago

baubakg commented 5 months ago

Description

Adding more examples to the docs

Related Issue

closes #107

Types of changes

Checklist:

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 91.51%. Comparing base (d74d772) to head (29d9159).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #137 +/- ## ========================================= 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 5 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