Skip to content

Commit

Permalink
turn off jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
truher authored Dec 26, 2024
1 parent 793ec4a commit c8950ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
- name: Compile and run tests on robot code
run: ./gradlew build

- name: Generate JaCoCo Badge
uses: cicirello/jacoco-badge-generator@v2
with:
generate-branches-badge: false
jacoco-csv-file: lib/build/reports/jacoco/test/jacocoTestReport.csv

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ always() }}
Expand Down

0 comments on commit c8950ce

Please sign in to comment.