Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Mitchell <[email protected]>
  • Loading branch information
gmitch215 authored Jan 4, 2025
1 parent bdf3e7c commit 98a4960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ jobs:
pass-emoji:
min-coverage-overall: 85
min-coverage-changed-files: 90
title: Coverage Report (${{ runner.os }})
update-comment: true

- name: Stop Gradle
run: ./gradlew --stop
Expand All @@ -151,4 +153,4 @@ jobs:
- name: Build Dokka
run: ./gradlew clean dokkaGeneratePublicationHtml
- name: Deploy Dokka
run: bash dokka.sh ${GITHUB_SHA::7}
run: bash dokka.sh ${GITHUB_SHA::7}

0 comments on commit 98a4960

Please sign in to comment.