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

FIWARE / credentials-config-service / #27

02 May 2025 10:41AM UTC coverage: 86.4% (+5.2%) from 81.223%
#27

Pull #9

wistefan
Extend for presetnation definition
Pull Request #9: add presentation definition

152 of 166 new or added lines in 8 files covered. (91.57%)

14 existing lines in 3 files now uncovered.

324 of 375 relevant lines covered (86.4%)

0.86 hits per line

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

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

3
import io.micronaut.core.annotation.Introspected;
4
import io.micronaut.runtime.Micronaut;
5

6
@Introspected(classes = {String.class})
UNCOV
7
public class Application {
×
8

9
        public static void main(String[] args) {
10
                Micronaut.run(Application.class, args);
×
11
        }
×
12

13
}
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