Skip to content

Commit

Permalink
Publish code coverage reports in worklfows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Sep 20, 2023
1 parent 3407adf commit 88d82b5
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Test Coverage Report
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: "./build/logs/clover.xml"
5 changes: 5 additions & 0 deletions .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Test Coverage Report
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: "./build/logs/clover.xml"
5 changes: 5 additions & 0 deletions .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Test Coverage Report
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: "./build/logs/clover.xml"
5 changes: 5 additions & 0 deletions .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Test Coverage Report
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: "./build/logs/clover.xml"
5 changes: 5 additions & 0 deletions .github/workflows/build.php81.release.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
if: always()
with:
files: "./build/logs/junit.xml"
- name: Publish Test Coverage Report
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: "./build/logs/clover.xml"
- name: Make Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 88d82b5

Please sign in to comment.