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

IQSS / dataverse / #21098

04 Jan 2024 08:52PM CUT coverage: 20.164% (-0.001%) from 20.165%
#21098

push

github

landreev
A quick-and-dumb experiment - how much is it going to speed up the versions tab, if
we look up the entire versions-filemetadatas tree with the new findDeep() method. #8328
spoiler: doesn't fix it really, it's still a hog.

16638 of 82513 relevant lines covered (20.16%)

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