Skip to content

Remove redundant check

c55a1c2
Select commit
Loading
Failed to load commit list.
Merged

Add service level monitoring support #1539

Remove redundant check
c55a1c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 10, 2026 in 1s

77.52% (target 80.00%)

View this Pull Request on Codecov

77.52% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 67.02128% with 124 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.52%. Comparing base (0ea7960) to head (c55a1c2).

Files with missing lines Patch % Lines
...ballerina/stdlib/ftp/server/FtpListenerHelper.java 66.96% 51 Missing and 22 partials ⚠️
...nnector/contractimpl/MultiPathServerConnector.java 58.53% 19 Missing and 15 partials ⚠️
...lerina/stdlib/ftp/server/ServiceConfiguration.java 75.00% 8 Missing ⚠️
...va/io/ballerina/stdlib/ftp/server/FtpListener.java 80.00% 3 Missing and 2 partials ⚠️
...r/connector/contractimpl/PathSpecificListener.java 66.66% 3 Missing and 1 partial ⚠️

❌ Your project check has failed because the head coverage (77.52%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1539      +/-   ##
============================================
- Coverage     77.83%   77.52%   -0.31%     
- Complexity      718      989     +271     
============================================
  Files            55       74      +19     
  Lines          3582     4583    +1001     
  Branches        599      789     +190     
============================================
+ Hits           2788     3553     +765     
- Misses          552      686     +134     
- Partials        242      344     +102     

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