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

IQSS / dataverse / #20582

28 Sep 2023 08:47PM CUT coverage: 20.044% (-0.001%) from 20.045%
#20582

Pull #9967

github

sekmiller
Merge branch 'develop' into 9913-template-preview
Pull Request #9967: 9913 template preview - fix display of Terms of Access

1 of 1 new or added line in 1 file covered. (100.0%)

16116 of 80402 relevant lines covered (20.04%)

0.2 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