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