• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

leeonky / test-charm-java / 221

17 Apr 2025 07:03AM UTC coverage: 74.052% (+0.007%) from 74.045%
221

push

circleci

leeonky
Refactor

15 of 16 new or added lines in 4 files covered. (93.75%)

7968 of 10760 relevant lines covered (74.05%)

0.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/DAL-java/src/main/java/com/github/leeonky/dal/runtime/RuntimeDataHandler.java
1
package com.github.leeonky.dal.runtime;
2

3
public interface RuntimeDataHandler<R extends RuntimeData<?>> extends RuntimeHandler<R> {
4
    @Override
5
    Data<?> handleData(R r);
6

7
    @Override
8
    default Object handle(R r) {
NEW
9
        return null;
×
10
    }
11
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc