Skip to content

Commit 8084416

Browse files
committed
chore: remove coverage report upload
not very useful
1 parent 223e684 commit 8084416

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/maven-bump-push-dockerhub.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ jobs:
7878
path: target/*.jar
7979
if-no-files-found: error
8080

81-
- name: Upload Coverage Report Artifact
82-
uses: actions/upload-artifact@v4
83-
with:
84-
name: ${{ github.event.repository.name }}-${{ steps.semver.outputs.nextStrict }}-coverage-report
85-
path: target/site/jacoco/*
86-
8781
docker:
8882
name: Docker Build and Push
8983
if: ${{ inputs.docker == true || inputs.docker == 'true' }}

0 commit comments

Comments
 (0)