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

goblint / GobPie / 9678350809

26 Jun 2024 10:54AM UTC coverage: 58.518%. First build
9678350809

Pull #72

github

web-flow
Merge 986be0326 into e8d777526
Pull Request #72: Add functional tests

123 of 233 branches covered (52.79%)

Branch coverage included in aggregate %.

128 of 160 new or added lines in 20 files covered. (80.0%)

406 of 671 relevant lines covered (60.51%)

2.74 hits per line

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

0.0
/src/main/java/api/messages/GoblintVarinfo.java
1
package api.messages;
2

3
import javax.annotation.Nullable;
4

5
/**
6
 * @since 0.0.4
7
 */
8

NEW
9
public record GoblintVarinfo(
×
10
        long vid,
11
        String name,
12
        @Nullable String original_name,
13
        String role,
14
        @Nullable String function,
15
        String type,
16
        GoblintLocation location) {
17
}
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