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

leeonky / test-charm-java / 159

21 Mar 2025 03:45PM UTC coverage: 71.297% (-2.9%) from 74.243%
159

push

circleci

leeonky
Update remark and exclamation api

12 of 13 new or added lines in 5 files covered. (92.31%)

8 existing lines in 2 files now uncovered.

6801 of 9539 relevant lines covered (71.3%)

0.83 hits per line

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

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

3
import com.github.leeonky.dal.runtime.RuntimeContextBuilder.DALRuntimeContext;
4

5
public class RemarkData extends RuntimeData {
6
    private final String remark;
7

8
    public RemarkData(Data data, DALRuntimeContext runtimeContext, String remark) {
9
        super(data, runtimeContext);
1✔
10
        this.remark = remark;
1✔
11
    }
1✔
12

13
    public String remark() {
14
        return remark;
1✔
15
    }
16

17
    public Object acceptRemarkAsParameter() {
NEW
18
        return ((DataRemarkParameterAcceptor<?>) data().resolved().value()).apply(remark());
×
19
    }
20
}
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