Skip to content

Commit

Permalink
werkstatt preparations (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerti committed Sep 19, 2024
1 parent 4163133 commit 3905ce3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,3 @@ jobs:
- name: Add Coverage Job Summary
run: echo "${{ steps.jacoco_reporter.outputs.coverageSummary }}" >> $GITHUB_STEP_SUMMARY

# uploads the coverage-report.md artifact # Optional
- name: Upload Code Coverage Artifacts
uses: actions/upload-artifact@v2
with:
name: code-coverage-report-markdown
path: '*/coverage-results.md'
retention-days: 1

0 comments on commit 3905ce3

Please sign in to comment.