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

ljacqu / wordeval / 14561311758

20 Apr 2025 04:24PM UTC coverage: 55.313%. Remained the same
14561311758

push

github

ljacqu
Convert dictionary tools to local Spring boot apps (nested config/runner approach)

291 of 596 branches covered (48.83%)

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

760 of 1374 relevant lines covered (55.31%)

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
@Configuration
8
@ComponentScan(
9
    basePackageClasses = WordEvalRoot.class
10
)
NEW
11
public class BaseConfiguration {
×
12

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

© 2026 Coveralls, Inc