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

IQSS / dataverse / #23660

05 Nov 2024 05:11PM CUT coverage: 21.206% (-0.02%) from 21.224%
#23660

Pull #11001

github

GPortas
Changed: using JPA criteria instead of code looping for DatasetType query
Pull Request #11001: allow links between dataset types and metadata blocks

1 of 99 new or added lines in 7 files covered. (1.01%)

3 existing lines in 3 files now uncovered.

18316 of 86371 relevant lines covered (21.21%)

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