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

leeonky / test-charm-java / 150

07 Mar 2025 12:58AM UTC coverage: 74.287% (-0.08%) from 74.367%
150

push

circleci

leeonky
Try to fix ci

7919 of 10660 relevant lines covered (74.29%)

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/Callable.java
1
package com.github.leeonky.dal.runtime;
2

3
import java.util.function.Function;
4

5
public interface Callable<A, T> extends Function<A, T>, ProxyObject {
6
    @SuppressWarnings("unchecked")
7
    @Override
8
    default Object getValue(Object property) {
9
        return apply((A) property);
×
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