Avoid log binary response by jonesbusy · Pull Request #524 · oras-project/oras-java

Conversation

@jonesbusy

Description

Avoid log binary response

Testing done

mvn clean install

And check the logs for

Not logging binary response of content type: application/octet-stream

Submitter checklist

  • I have read and understood the CONTRIBUTING guide
  • I have run mvn license:update-file-header, mvn spotless:apply, pre-commit run -a, mvn clean install before opening the PR
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.38%. Comparing base (f0f2d4c) to head (9a8c69a).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #524      +/-   ##
============================================
+ Coverage     87.53%   88.38%   +0.85%     
- Complexity      660      663       +3     
============================================
  Files            39       39              
  Lines          2021     2024       +3     
  Branches        230      231       +1     
============================================
+ Hits           1769     1789      +20     
+ Misses          160      143      -17     
  Partials         92       92              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Labels

1 participant

@jonesbusy