From ec210a629afdd32c7c7148ce704e6abd9e8d7aa4 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Luithardt Date: Wed, 3 Dec 2025 18:42:13 +0100 Subject: [PATCH] upload --- .gitea/workflows/jacoco.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitea/workflows/jacoco.yml 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