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

FIWARE / contract-management / #12

25 Sep 2023 06:23AM UTC coverage: 0.345%. First build
#12

Pull #1

pulledtim
Pr remarks
Pull Request #1: init

143 of 143 new or added lines in 11 files covered. (100.0%)

51 of 14788 relevant lines covered (0.34%)

0.0 hits per line

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

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

3
public class TMForumException extends RuntimeException{
4
    public TMForumException(String message) {
5
        super(message);
×
6
    }
×
7

8
    public TMForumException(String message, Throwable cause) {
9
        super(message, cause);
×
10
    }
×
11
}
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