We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2eb9c commit ec6d940Copy full SHA for ec6d940
.github/workflows/main.yml
@@ -68,10 +68,10 @@ jobs:
68
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
69
run: ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
70
- name: Generate code coverage
71
- if: ${{ matrix.release_build && github.event_name != 'pull_request' && }}
+ if: ${{ matrix.release_build && github.event_name != 'pull_request' }}
72
run: ./mvnw -B -q -ff -ntp test
73
- name: Publish code coverage
74
75
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
76
with:
77
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments