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

FIWARE / credentials-config-service / #26

30 Apr 2025 08:34AM UTC coverage: 68.633% (-12.6%) from 81.223%
#26

Pull #9

wistefan
support filter
Pull Request #9: add presentation definition

149 of 166 new or added lines in 8 files covered. (89.76%)

74 existing lines in 3 files now uncovered.

256 of 373 relevant lines covered (68.63%)

0.69 hits per line

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

0.0
/src/main/java/org/fiware/iam/repository/Field.java
1
package org.fiware.iam.repository;
2

3
import io.micronaut.core.annotation.Introspected;
4
import lombok.Getter;
5
import lombok.Setter;
6

7
import java.util.Collection;
8

9
/**
10
 * Data entity to map a Field
11
 */
12
@Introspected
13
@Getter
14
@Setter
NEW
15
public class Field {
×
16

17
        private String id;
18

19
        private String name;
20
        private String purpose;
21
        private Boolean optional;
22

23
        private Collection<String> path;
24
        private Object filter;
25
}
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