Skip to content

Commit

Permalink
Coverage aggregate report requires the entire reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Mar 28, 2023
1 parent 4d4fb15 commit 5a1f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Build coverage
run: mvn -B --no-transfer-progress -P jacoco,gdsc-test-doc jacoco:report-aggregate -pl gdsc-test-doc
run: mvn -B --no-transfer-progress -P jacoco,gdsc-test-doc jacoco:report-aggregate
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 5a1f39f

Please sign in to comment.