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

DataBiosphere / consent / #5339

30 Aug 2024 07:11PM UTC coverage: 78.196% (+0.1%) from 78.081%
#5339

push

web-flow
DCJ-638: Remove old approved users API (#2389)

7 of 7 new or added lines in 3 files covered. (100.0%)

3 existing lines in 2 files now uncovered.

9916 of 12681 relevant lines covered (78.2%)

0.78 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/db/mapper/DateMapper.java
1
package org.broadinstitute.consent.http.db.mapper;
2

3
import java.sql.ResultSet;
4
import java.sql.SQLException;
5
import java.util.Date;
6
import org.jdbi.v3.core.mapper.RowMapper;
7
import org.jdbi.v3.core.statement.StatementContext;
8

UNCOV
9
public class DateMapper implements RowMapper<Date> {
×
10

11
  @Override
12
  public Date map(ResultSet r, StatementContext statementContext) throws SQLException {
UNCOV
13
    return r.getDate("create_date");
×
14
  }
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

© 2026 Coveralls, Inc