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

ljacqu / wordeval / 14561507106

20 Apr 2025 04:52PM UTC coverage: 55.233% (-0.08%) from 55.313%
14561507106

push

github

ljacqu
Convert all main methods to self-contained Spring beans

291 of 596 branches covered (48.83%)

0 of 9 new or added lines in 4 files covered. (0.0%)

760 of 1376 relevant lines covered (55.23%)

3.15 hits per line

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

0.0
/src/main/java/ch/jalu/wordeval/config/BaseConfiguration.java
1
package ch.jalu.wordeval.config;
2

3
import ch.jalu.wordeval.WordEvalRoot;
4
import org.springframework.context.annotation.ComponentScan;
5
import org.springframework.context.annotation.Configuration;
6

7
/**
8
 * Base configuration for Spring.
9
 */
10
@Configuration
11
@ComponentScan(basePackageClasses = WordEvalRoot.class)
NEW
12
public class BaseConfiguration {
×
13
}
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