diff --git a/.gitea/workflows/jacoco.yml b/.gitea/workflows/jacoco.yml deleted file mode 100644 index ac2f081..0000000 --- a/.gitea/workflows/jacoco.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Build Test Results -run-name: ${{ gitea.actor }} -on: [push] - -jobs: - Jacoco-Results: - runs-on: ubuntu-latest - steps: - - name: Jacoco CSV Results - id: jacoco - uses: cicirello/jacoco-badge-generator@v2 - with: - jacoco-csv-file: build/reports/jacoco/jacoco.csv \ No newline at end of file