Skip to content

Commit

Permalink
disable detailed report, because it is not useful
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingTwist committed Jan 29, 2024
1 parent 5c5dd4b commit c16db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
skip_check_run: false
minimum_coverage: 80
fail_below_threshold: false
publish_only_summary: false
publish_only_summary: true
- name: Add Coverage Job Summary
run: echo "${{ steps.jacoco_reporter.outputs.coverageSummary }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit c16db4d

Please sign in to comment.