We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bf90a commit 1babf36Copy full SHA for 1babf36
1 file changed
.github/actions/java-test/action.yaml
@@ -146,7 +146,3 @@ runs:
146
path: "**/target/surefire-reports/*.txt"
147
retention-days: 7 # 1 week for test reports
148
overwrite: true
149
-
150
- - name: Upload coverage results
151
- if: ${{ inputs.upload-test-reports == 'true' }}
152
- uses: codecov/codecov-action@v5
0 commit comments