Skip to content

fix(springcloud openfeign): Fix poms to match the upstream

3b9b9d4
Select commit
Loading
Failed to load commit list.
Open

An OpenFeign Client for Dapr Invokes #1294

fix(springcloud openfeign): Fix poms to match the upstream
3b9b9d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 11, 2026 in 1s

77.86% (+0.95%) compared to d759c53

View this Pull Request on Codecov

77.86% (+0.95%) compared to d759c53

Details

Codecov Report

❌ Patch coverage is 65.58140% with 74 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.86%. Comparing base (d759c53) to head (3b9b9d4).
⚠️ Report is 248 commits behind head on master.

Files with missing lines Patch % Lines
...main/java/io/dapr/feign/DaprInvokeFeignClient.java 74.49% 28 Missing and 10 partials ⚠️
.../spring/openfeign/targeter/DaprClientTargeter.java 0.00% 20 Missing ⚠️
.../targeter/DaprClientTargeterBeanPostProcessor.java 0.00% 6 Missing ⚠️
...feign/autoconfigure/DaprFeignClientProperties.java 55.55% 4 Missing ⚠️
...onfigure/FeignClientAnnoationEnabledCondition.java 50.00% 2 Missing and 1 partial ⚠️
...gboot/examples/openfeign/OpenFeignApplication.java 33.33% 2 Missing ⚠️
...a/io/dapr/springboot/examples/openfeign/Order.java 91.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1294      +/-   ##
============================================
+ Coverage     76.91%   77.86%   +0.95%     
- Complexity     1592     1888     +296     
============================================
  Files           145      235      +90     
  Lines          4843     5933    +1090     
  Branches        562      622      +60     
============================================
+ Hits           3725     4620     +895     
- Misses          821      982     +161     
- Partials        297      331      +34     

☔ 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.