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

wistefan / tmforum-api / #182

28 Apr 2026 09:24AM UTC coverage: 30.644%. First build
#182

push

web-flow
Merge 9e8c581ef into 960b5fc8a

409 of 5798 branches covered (7.05%)

Branch coverage included in aggregate %.

0 of 24 new or added lines in 11 files covered. (0.0%)

2770 of 4576 relevant lines covered (60.53%)

0.61 hits per line

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

0.0
/product-inventory/src/main/java/org/fiware/tmforum/productinventory/Application.java
1
package org.fiware.tmforum.productcatalog;
2

3
import io.micronaut.context.annotation.Factory;
4
import io.micronaut.runtime.Micronaut;
5
import org.fiware.tmforum.common.configuration.BasepathConfigurator;
6

7
/**
8
 * Base application as starting point
9
 */
10
@Factory
11
public class Application {
×
12

13
    public static void main(String[] args) {
NEW
14
        BasepathConfigurator.propagateGeneralBasepath("api.product-catalog.basepath");
×
15
        Micronaut.run(Application.class, args);
×
16
    }
×
17

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