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

DataBiosphere / consent / #5697

18 Apr 2025 04:23PM UTC coverage: 78.956% (-0.02%) from 78.975%
#5697

push

web-flow
[DT-1487]Req. 10 - Enable Int. Collab. Approvals via DAR when LCA = Yes (#2484)

Co-authored-by: rjohanek <rjohanek@broadinstitute.org>

49 of 50 new or added lines in 5 files covered. (98.0%)

14 existing lines in 4 files now uncovered.

10209 of 12930 relevant lines covered (78.96%)

0.79 hits per line

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

0.0
/src/main/java/org/broadinstitute/consent/http/exceptions/LibraryCardRequiredException.java
1
package org.broadinstitute.consent.http.exceptions;
2

3
public class LibraryCardRequiredException extends UnprocessableEntityException{
4
  public static final String MESSAGE = "Please register in DUOS with your institution's email and obtain a library card from your Signing Official in order to submit a data access request.";
5
  public LibraryCardRequiredException() {
UNCOV
6
    super(MESSAGE);
×
UNCOV
7
  }
×
8
}
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