diff --git a/.github/workflows/sync-action.yml b/.github/workflows/sync-action.yml deleted file mode 100644 index a512fed4..00000000 --- a/.github/workflows/sync-action.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Sync Branch - -on: - push: - branches: [ master ] - -jobs: - build: - name: Sync Branch - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - distribution: temurin - java-version: 11 - cache: gradle - - - name: Make gradlew executable - run: chmod +x ./gradlew - - name: Build and Test - run: ./gradlew generateGithubSource --info -Dfull_test_suite=true - - - uses: GuillaumeFalourd/copy-push-files@v1 - with: - source_files: src Changelog.md README.md - remote_repository: https://github.com/Speiger/Primitive-Collections - access_token: ${{ secrets.PUSH_TOKEN }} - target_branch: debug - \ No newline at end of file diff --git a/README.md b/README.md index 71e7e2c9..a8ebbb80 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -![build](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_validator.yml/badge.svg) +![build](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_action.yml/badge.svg) [![Latest Release](https://jitpack.io/v/Speiger/Primitive-Collections.svg)](https://jitpack.io/#Speiger/Primitive-Collections) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Speiger/Primitive-Collections) +![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Speiger/Primitive-Collections) +![Unit Tests](https://github.com/Speiger/Primitive-Collections/actions/workflows/build_tests_action.yml/badge.svg) +![Coverage](https://gist.githubusercontent.com/Speiger/280257cd19cbe1dda3789bebd4ff65cf/raw/405abd1d2f6c19ac70f20b8b1772176f42d5c5d3/jacoco.svg) [![codecov](https://codecov.io/gh/Speiger/Primitive-Collections/branch/debug/graph/badge.svg?token=WSTSNJM0EN)](https://codecov.io/gh/Speiger/Primitive-Collections) +![Tests Done](https://gist.githubusercontent.com/Speiger/280257cd19cbe1dda3789bebd4ff65cf/raw/405abd1d2f6c19ac70f20b8b1772176f42d5c5d3/tests.svg) # Primitive-Collections This is a Simple Primitive Collections Library aimed to outperform Java's Collection Library and FastUtil. Both in Performance and Quality of Life Features.