Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump junit-jupiter from 5.9.2 to 5.9.3 #23

Merged

chore(deps-dev): bump junit-jupiter from 5.9.2 to 5.9.3

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

chore(deps-dev): bump junit-jupiter from 5.9.2 to 5.9.3 #23

chore(deps-dev): bump junit-jupiter from 5.9.2 to 5.9.3
f592196
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Code Coverage succeeded May 5, 2023 in 0s

Code Coverage 55.74 %

This run completed at 05/05/2023 14:44:40

Details

Coverage Report: Test coverage results

  • TimeControl
Outcome Value
Code Coverage % 55.74%
✔️ Number of Lines Covered 306
❌ Number of Lines Missed 243
Total Number of Lines 549

Details:

net/pupskuchen/timecontrol/nightskipping

✔️ NightSkipper.java

All Lines Covered!

✔️ NightSkipScheduler.java

All Lines Covered!

net/pupskuchen/pluginconfig/entity

❌ ConfigItem.java

Lines Missed:

  • Line #36
                    break;
  • Line #37
                } catch (Exception e) {
  • Line #44
                final MapSerialize<T> serializer =
  • Line #52
            } catch (Exception e) {
  • Line #53
            }
❌ ConfigList.java

Lines Missed:

  • Line #43
        }
❌ ConfigEntry.java

Lines Missed:

  • Line #45
                : null;

net/pupskuchen/pluginconfig/validation

❌ AnnotationValidation.java

Lines Missed:

    private static final Set<Map.Entry<Class<? extends Annotation>, Class<? extends AnnotationValidator<? extends Annotation, ?>>>> VALIDATORS =
    }
  • Line #30
                continue;
  • Line #33
            final Class<? extends AnnotationValidator<? extends Annotation, ?>> validatorClass =
  • Line #36
            final Type[] genericTypes =
  • Line #44
                continue;
  • Line #48
                continue;
  • Line #63
            } catch (Exception e) {
  • Line #64
            }
  • Line #70
                break;
  • Line #72
        }
❌ FallbackValidation.java

Lines Missed:

    }
            return;
            return;
  • Line #35
                    continue;
  • Line #46
            } catch (Exception e) {
  • Line #47
            }
  • Line #48
        }
  • Line #49
    }
❌ AnnotationValidators.java

Lines Missed:

    }
❌ AnnotationValidator.java

net/pupskuchen/timecontrol/timer

✔️ WorldTimer.java

All Lines Covered!

✔️ WorldState.java

All Lines Covered!

net/pupskuchen/pluginconfig/validation/validators

❌ MinValidator.java

Lines Missed:

    }

net/pupskuchen/pluginconfig/serialization

❌ Serializer.java
❌ AnnotatedFieldSerializer.java

Lines Missed:

        } catch (Exception e) {
        }
  • Line #37
                continue;
  • Line #50
            } catch (Exception e) {
  • Line #51
            }
  • Line #52
        }
  • Line #71
        }

net/pupskuchen/timecontrol/config

❌ ConfigHandler.java

Lines Missed:

  • Line #38
    }
  • Line #43
    }
  • Line #49
    }
  • Line #78
        }
  • Line #97
        }

net/pupskuchen/pluginconfig

❌ PluginConfig.java

Lines Missed:

    }

net/pupskuchen/pluginconfig/annotations

❌ Serialize.java
❌ EntityMapSerializable.java

net/pupskuchen/timecontrol/config/entity

❌ Durations.java

Lines Missed:

❌ WorldTimeControlConfig.java

Lines Missed:

❌ TimeControlConfig.java

Lines Missed:

    }
  • Line #37
    }

net/pupskuchen/timecontrol

❌ TimeControl.java

Lines Missed:

net/pupskuchen/timecontrol/util

✔️ DurationUtil.java

All Lines Covered!

✔️ TimeRange.java

All Lines Covered!

✔️ TimeUtil.java

All Lines Covered!

✔️ TickUtil.java

All Lines Covered!

✔️ TCLogger.java

All Lines Covered!

net/pupskuchen/pluginconfig/utils

❌ TypeUtils.java

Lines Missed:

❌ FieldUtils.java

Lines Missed:

net/pupskuchen/timecontrol/event/world

✔️ WorldEvents.java

All Lines Covered!

net/pupskuchen/timecontrol/event/player

✔️ PlayerBed.java

All Lines Covered!

net/pupskuchen/pluginconfig/annotations/validation

❌ Min.java