Skip to content

Commit 5f88196

Browse files
committed
[refactor] Only log code-coverage against develop branch
1 parent b922fa3 commit 5f88196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- name: Maven Test
2828
run: mvn -V -B clean verify
2929
- name: Maven Code Coverage
30-
if: ${{ matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
30+
if: ${{ github.ref == 'refs/heads/develop' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
3131
run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)