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

Ekryd / sortgraphql / 2150

08 Apr 2024 05:09PM CUT coverage: 98.082%. Remained the same
2150

push

circleci

web-flow
Update dependency commons-io:commons-io to v2.16.1

818 of 834 relevant lines covered (98.08%)

0.98 hits per line

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

100.0
/sorter/src/main/java/sortgraphql/exception/FailureException.java
1
package sortgraphql.exception;
2

3
/**
4
 * An exception occurring during the execution of the sort (such as a compilation failure). Throwing
5
 * this exception should cause a "BUILD FAILURE" message to be displayed.
6
 */
7
public class FailureException extends RuntimeException {
8
  public FailureException(String msg, Throwable cause) {
9
    super(msg, cause);
1✔
10
  }
1✔
11

12
  public FailureException(String msg) {
13
    super(msg);
1✔
14
  }
1✔
15
}
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