mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
Only report coverage on master
This commit is contained in:
parent
fcf97eb87f
commit
08e5910828
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -48,6 +48,7 @@ jobs:
|
||||
run: mvn --batch-mode install -am jacoco:report ${{ matrix.maven-args }}
|
||||
|
||||
- name: Report coverage
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'master' }}
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: mvn --batch-mode coveralls:report
|
||||
|
||||
Loading…
Reference in New Issue
Block a user