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

Improved Testing #65

Merged
merged 9 commits into from
Aug 19, 2024
Merged

Improved Testing #65

merged 9 commits into from
Aug 19, 2024

Commits on Jun 16, 2024

  1. Bump to 1.5.0

    TheMeinerLP committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8a2ef13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40cb007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4b2b9d View commit details
    Browse the repository at this point in the history
  4. Add jacoco

    TheMeinerLP committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4703aeb View commit details
    Browse the repository at this point in the history
  5. Use sonarqube plugin

    TheMeinerLP committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    c8eae36 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Cleanup tests

    theEvilReaper committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b336e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5266d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'refs/heads/master' into feature/improved_testing

    # Conflicts:
    #	build.gradle.kts
    #	src/test/java/net/minestom/server/collision/EntityBlockPhysicsIntegrationTest.java
    #	src/test/java/net/minestom/server/entity/EntityMetaIntegrationTest.java
    #	src/test/java/net/minestom/server/entity/EntityViewDirectionIntegrationTest.java
    #	src/test/java/net/minestom/server/entity/player/PlayerBlockPlacementIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/BiomeIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/GeneratorIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/InstanceBlockIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/InstanceBlockPacketIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/WorldBorderIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/anvil/AnvilLoaderIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/generator/GeneratorForkConsumerIntegrationTest.java
    #	src/test/java/net/minestom/server/instance/light/LightParityIntegrationTest.java
    #	src/test/java/net/minestom/server/inventory/InventoryIntegrationTest.java
    #	src/test/java/net/minestom/server/item/ItemAttributeTest.java
    TheMeinerLP committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ccb3698 View commit details
    Browse the repository at this point in the history
  2. Update env tests usage

    TheMeinerLP committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7345215 View commit details
    Browse the repository at this point in the history