Skip to content

fix(deps): update dependency net.dv8tion:jda to v6.2.1

4ca1bae
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(deps): update dependency net.dv8tion:jda to v6.2.1 #80

fix(deps): update dependency net.dv8tion:jda to v6.2.1
4ca1bae
Select commit
Loading
Failed to load commit list.
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:

                        .error("Failed to create Nexus Repository!")
                        .send();
                        .error("Failed to create Jenkins User for " + username + "!")
                        .send();
                        .error("Failed to create Jenkins Job '" + project + "' for " + username + "!")
                        .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:

            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

❌ ButtonListener.java

Lines Missed:

            return;
  • Line #101
                return;
  • Line #110
                return;
❌ ModalListener.java

Lines Missed:

            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:

            return (node = loader.load()) != null;
        }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:

    public void withModalReply(SlashCommandEvent event){}
    public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
        public void withModalReply(SlashCommandEvent event){}
  • Line #95
                    return;
  • Line #123
        public void withModalReply(SlashCommandEvent event){}
❌ CmdReload.java

Lines Missed:

                .send();
    public void withModalReply(SlashCommandEvent event){}
❌ CmdMsg.java

Lines Missed:

    public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
    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:

    public void withHookReply(InteractionHook hook, SlashCommandEvent event, Guild guild, Member member){}
❌ CmdDisable.java

Lines Missed:

        });
    }
    public void withModalReply(SlashCommandEvent event){}
❌ BotCommand.java

Lines Missed:

                .error("You lack the permissions required to use this command!")
                .send();
            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

❌ CodeMCBot.java

Lines Missed:

        }catch(LoginException ex){
        }
    }
  • Line #89
    }
  • Line #95
            return;
  • Line #99
    }
  • Line #107
            return;
  • Line #113
            return;
  • Line #152
            return;
  • Line #160
            return;
  • Line #194
            .addEventListeners(
  • Line #200
    }