fix(deps): update all non-major dependencies #82
Merged
GitHub Actions / Code Coverage
succeeded
Jan 11, 2026 in 0s
Code Coverage 76.62 %
This run completed at 01/11/2026 17:29:49
Details
Coverage Report: Code Coverage
- CodeMC-Bot
| Outcome | Value |
|---|---|
| Code Coverage % | 76.62% |
| ✔️ Number of Lines Covered | 1003 |
| ❌ Number of Lines Missed | 306 |
| Total Number of Lines | 1309 |
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 #92
}
- Line #96
}
- Line #114
}
- Line #180
}
- Line #239
}
- Line #268
return;
- Line #272
.anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #289
.appendWarning("I lack the `Manage Roles` permission to remove the role.")
- Line #290
.send()
- Line #327
public void withModalReply(SlashCommandEvent event) {}
- Line #346
if (!success.get()) return;
- Line #355
.error("Failed to validate user(s)!")
- Line #356
.send();
- Line #406
}
- Line #411
.filter(user -> user.getDiscord() == member.getIdLong())
- Line #489
} catch (Exception e) {
- Line #493
.setDescription("An error occurred while fetching your account status.")
- Line #495
.build();
- Line #512
}
- Line #549
.setEphemeral(true)
- Line #550
.queue();
- Line #551
}
- Line #563
}
- Line #566
}
- Line #579
}
- Line #582
}
- Line #595
}
- Line #598
}
- Line #615
}
- Line #618
}
- Line #639
public void withModalReply(SlashCommandEvent event) {}
- Line #656
return;
- Line #659
boolean hasAuthor = target.getRoles().stream().anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #693
public void withModalReply(SlashCommandEvent event) {}
- Line #706
.filter(user -> user.getDiscord() == target.getIdLong())
- Line #741
public void withModalReply(SlashCommandEvent event) {}
- Line #750
return;
- Line #753
boolean hasAuthor = member.getRoles().stream().anyMatch(role -> role.getIdLong() == authorRole.getIdLong());
- Line #760
.filter(user -> user.getDiscord() == member.getIdLong())
- Line #783
return;
- Line #810
public void withModalReply(SlashCommandEvent event) {}
- Line #835
return;
- Line #850
.appendWarning("I lack the `Manage Roles` permission to add the role.")
- Line #851
.send()
- Line #883
public void withModalReply(SlashCommandEvent event) {}
io/codemc/bot
Loading