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

IQSS / dataverse / #22509

10 Jun 2024 07:34PM CUT coverage: 20.571% (-0.003%) from 20.574%
#22509

Pull #10614

github

sekmiller
Merge branch 'develop' into 8796-fix-no-license-display-index
Pull Request #10614: 8796 fix no license display and indexing

1 of 17 new or added lines in 3 files covered. (5.88%)

1 existing line in 1 file now uncovered.

17239 of 83804 relevant lines covered (20.57%)

0.21 hits per line

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

0.0
/src/main/java/edu/harvard/iq/dataverse/api/ApiConfiguration.java
1
package edu.harvard.iq.dataverse.api;
2

3
import jakarta.ws.rs.ApplicationPath;
4

5
import edu.harvard.iq.dataverse.api.auth.AuthFilter;
6
import org.glassfish.jersey.media.multipart.MultiPartFeature;
7
import org.glassfish.jersey.server.ResourceConfig;
8

9
@ApplicationPath("api/v1")
10
public class ApiConfiguration extends ResourceConfig {
11
   
12
   public ApiConfiguration() {
×
13
       packages("edu.harvard.iq.dataverse.api");
×
14
       packages("edu.harvard.iq.dataverse.mydata");
×
15
       register(MultiPartFeature.class);
×
16
       register(AuthFilter.class);
×
17
   }
×
18
}
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