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

IQSS / dataverse / #24915

06 Mar 2025 07:52PM CUT coverage: 22.696% (-0.002%) from 22.698%
#24915

Pull #11277

github

stevenwinship
Merge branch 'develop' into 11276-mdc-add-server-to-processing-state-db-table
Pull Request #11277: MDC Adding server to processing state table to allow the processing script to run on multiple servers

0 of 11 new or added lines in 3 files covered. (0.0%)

3 existing lines in 2 files now uncovered.

20022 of 88218 relevant lines covered (22.7%)

0.23 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