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

wistefan / tmforum-api / #153

09 Jul 2025 01:21PM UTC coverage: 29.525%. First build
#153

push

web-flow
Merge e31c6b450 into a23e3db6a

389 of 5758 branches covered (6.76%)

Branch coverage included in aggregate %.

37 of 69 new or added lines in 23 files covered. (53.62%)

2627 of 4457 relevant lines covered (58.94%)

0.59 hits per line

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

0.0
/common/src/main/java/org/fiware/tmforum/common/domain/Characteristic.java
1
package org.fiware.tmforum.common.domain;
2

3
import lombok.Data;
4

5
import java.net.URI;
6

7
@Data
×
8
public class Characteristic {
9

10
    private String name;
×
11
    private String valueType;
×
12
    // if its value, it clashes with the ngsi-ld property "value"
NEW
13
    private Object tmfValue;
×
14
    private String atBaseType;
×
15
    private URI atSchemaLocation;
×
16
    private String atType;
×
17
}
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