From 1b78802eab995d68f4a817339675373960887df7 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Luithardt Date: Wed, 3 Dec 2025 18:18:02 +0100 Subject: [PATCH] upload --- .gitea/workflows/jacoco.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/jacoco.yml b/.gitea/workflows/jacoco.yml index 5dc355a..ac2f081 100644 --- a/.gitea/workflows/jacoco.yml +++ b/.gitea/workflows/jacoco.yml @@ -1,5 +1,13 @@ -name: Jacoco Test Results -id: jacoco -uses: cicirello/jacoco-badge-generator@v2 -with: - jacoco-csv-file: build/reports/jacoco/jacoco.csv \ No newline at end of file +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