• 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/TaxExemptionCertificate.java
1
package org.fiware.tmforum.common.domain;
2

3
import lombok.Data;
4

5
import java.net.URI;
6
import java.util.List;
7

8
@Data
×
9
public class TaxExemptionCertificate {
10

NEW
11
        private String tmfId;
×
12
        private AttachmentRefOrValue attachment;
×
13
        private List<TaxDefinition> taxDefinition;
×
14
        private TimePeriod validFor;
×
15
        private String atBaseType;
×
16
        private URI atSchemaLocation;
×
17
        private String atType;
×
18
}
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