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

kit-data-manager / pit-service / #157

pending completion
#157

Pull #125

github-actions

web-flow
Merge 4f575b7a7 into 7470716c4
Pull Request #125: 114 Unclear/non-standard response for post api/v1/pit/pid

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

758 of 1377 relevant lines covered (55.05%)

0.55 hits per line

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

0.0
/src/main/java/edu/kit/datamanager/pit/common/ExternalServiceException.java
1
package edu.kit.datamanager.pit.common;
2

3
import java.io.IOException;
4

5
import org.springframework.http.HttpStatus;
6
import org.springframework.web.bind.annotation.ResponseStatus;
7

8
@ResponseStatus(value = HttpStatus.SERVICE_UNAVAILABLE)
9
public class ExternalServiceException extends IOException {
10
    public ExternalServiceException(String serviceName) {
11
        super("Service " + serviceName + " not available.");
×
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

© 2025 Coveralls, Inc