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

C01-GlucoseGuardian / WebBackend / 311

pending completion
311

push

travis-ci-com

web-flow
Merge pull request #129 from HandyMenny/checkstyle-

Enable Checkstyle

341 of 469 branches covered (72.71%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

1274 of 2469 relevant lines covered (51.6%)

0.94 hits per line

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

33.33
/src/main/java/com/glucoseguardian/webbackend/WebBackendApplication.java
1
package com.glucoseguardian.webbackend;
2

3
import org.springframework.boot.SpringApplication;
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5

6
@SpringBootApplication
7
public class WebBackendApplication {
2✔
8

9
  public static void main(String[] args) {
10
    SpringApplication.run(WebBackendApplication.class, args);
×
11
  }
×
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