fix(deps): update dependency net.dv8tion:jda to v6.2.1 #80
GitHub Actions / Code Coverage
succeeded
Jan 1, 2026 in 0s
Code Coverage 80.23 %
This run completed at 01/01/2026 14:46:39
Details
Coverage Report: Code Coverage
- CodeMC-Bot
| Outcome | Value |
|---|---|
| Code Coverage % | 80.23% |
| ✔️ Number of Lines Covered | 994 |
| ❌ Number of Lines Missed | 245 |
| Total Number of Lines | 1239 |
Details:
io/codemc/bot/utils
❌ APIUtil.java
Lines Missed:
- Line #35
.error("Failed to create Nexus Repository!")
- Line #36
.send();
- Line #61
.error("Failed to create Jenkins User for " + username + "!")
- Line #62
.send();
- Line #73
.error("Failed to create Jenkins Job '" + project + "' for " + username + "!")
- Line #74
.send();
- Line #85
.error("Failed to trigger Jenkins Build for " + username + "!")
- Line #86
.send();
- Line #111
.error("Failed to change Nexus Password for " + username + "!")
- Line #112
.send();
- Line #135
} catch (IOException e) {
- Line #138
} catch (InterruptedException e) {
❌ ApplicationHandler.java
Lines Missed:
- Line #46
return;
- Line #124
.send();
- Line #125
return;
- Line #149
return;
- Line #163
.reason("Archiving Thread of deleted Request message.")
- Line #164
.queue();
- Line #216
return;
- Line #237
return;
- Line #263
.error("I lack the `Manage Roles` permission to apply the role.")
- Line #264
.send()
- Line #270
.error(
- Line #273
).send();
- Line #276
});
- Line #324
break;
- Line #329
} catch (NumberFormatException e) {
- Line #373
} catch(Exception e) {
❌ CommandUtil.java
Lines Missed:
io/codemc/bot/listeners
❌ ModalListener.java
Lines Missed:
- Line #55
return;
- Line #94
return;
- Line #131
).send();
- Line #134
}
- Line #161
.send();
- Line #162
return;
- Line #173
.send()
- Line #180
.send()
- Line #213
.send();
- Line #216
}
- Line #224
.send();
- Line #227
}
io/codemc/bot/config
❌ ConfigHandler.java
Lines Missed:
- Line #74
return (node = loader.load()) != null;
- Line #75
}catch(IOException ex){
- Line #96
}catch(SerializationException ex){
- Line #104
}catch(SerializationException ex){
- Line #112
}catch(SerializationException ex){
io/codemc/bot/commands
❌ CmdApplication.java
Lines Missed:
- Line #54
public void withModalReply(SlashCommandEvent event){}
- Line #57
public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
- Line #76
public void withModalReply(SlashCommandEvent event){}
- Line #95
return;
- Line #123
public void withModalReply(SlashCommandEvent event){}
❌ CmdReload.java
Lines Missed:
- Line #48
.send();
- Line #53
public void withModalReply(SlashCommandEvent event){}
❌ CmdMsg.java
Lines Missed:
- Line #60
public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
- Line #63
public void withModalReply(SlashCommandEvent event){}
- Line #88
}
- Line #138
public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
- Line #146
}catch(NumberFormatException ex){
❌ CmdSubmit.java
Lines Missed:
- Line #44
public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
❌ CmdDisable.java
Lines Missed:
- Line #48
});
- Line #49
}
- Line #52
public void withModalReply(SlashCommandEvent event){}
❌ BotCommand.java
Lines Missed:
- Line #70
.error("You lack the permissions required to use this command!")
- Line #71
.send();
- Line #72
return;
❌ CmdCodeMC.java
Lines Missed:
- Line #85
}
- Line #89
}
- Line #107
}
- Line #173
}
- Line #232
}
- Line #261
return;
- Line #265
.anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #282
.appendWarning("I lack the `Manage Roles` permission to remove the role.")
- Line #283
.send()
- Line #320
public void withModalReply(SlashCommandEvent event) {}
- Line #339
if (!success.get()) return;
- Line #348
.error("Failed to validate user(s)!")
- Line #349
.send();
- Line #399
}
- Line #404
.filter(user -> user.getDiscord() == member.getIdLong())
- Line #486
public void withModalReply(SlashCommandEvent event) {}
- Line #503
return;
- Line #506
boolean hasAuthor = target.getRoles().stream().anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #540
public void withModalReply(SlashCommandEvent event) {}
- Line #553
.filter(user -> user.getDiscord() == target.getIdLong())
- Line #588
public void withModalReply(SlashCommandEvent event) {}
- Line #597
return;
- Line #600
boolean hasAuthor = member.getRoles().stream().anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #607
.filter(user -> user.getDiscord() == member.getIdLong())
- Line #630
return;
- Line #657
public void withModalReply(SlashCommandEvent event) {}
- Line #682
return;
- Line #697
.appendWarning("I lack the `Manage Roles` permission to add the role.")
- Line #698
.send()
- Line #730
public void withModalReply(SlashCommandEvent event) {}
io/codemc/bot
Loading