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

110 allow file uploading and the usage of files asarguments #136

Closed baubakg closed 4 months ago

baubakg commented 4 months ago

Description

We need to be able to upload files when needed.

Related Issue

Fixes #110

Motivation and Context

In come cases we need to be able to send files for upload

How Has This Been Tested?

Unit and integration tests

Types of changes

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 97.56098% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.51%. Comparing base (dd4f0ec) to head (5cafb66). Report is 4 commits behind head on main.

Files Patch % Lines
...dobe/campaign/tests/bridge/service/IntegroAPI.java 97.43% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ============================================ + Coverage 91.23% 91.51% +0.28% - Complexity 267 279 +12 ============================================ Files 25 25 Lines 696 731 +35 Branches 60 63 +3 ============================================ + Hits 635 669 +34 Misses 47 47 - Partials 14 15 +1 ```

: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