Only report coverage on master

This commit is contained in:
John Tims 2020-05-07 17:42:45 -06:00
parent fcf97eb87f
commit 08e5910828

View File

@ -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