Remove heading from pulsar-header.adoc (#369)

* Remove heading from pulsar-header.adoc

- Also include jacoco upload to ci-pr.yml

* Remove heading from pulsar-header.adoc

- Also include jacoco upload to ci-pr.yml
This commit is contained in:
Chris Bono
2023-03-08 10:05:14 -06:00
committed by GitHub
parent 25a2ee005d
commit 1a2dcb8610
2 changed files with 8 additions and 2 deletions

View File

@@ -49,3 +49,11 @@ jobs:
name: test-results
path: '*/build/reports/tests/**/*.*'
retention-days: 3
- name: Capture Jacoco Results
if: contains(github.event.pull_request.labels.*.name, 'ci/upload-jacoco')
uses: actions/upload-artifact@v3
with:
name: jacoco-results
path: '*/build/reports/jacoco/**/*.*'
retention-days: 3