Skip to content

Commit

Permalink
Revert "Publish code coverage reports in worklfows"
Browse files Browse the repository at this point in the history
This reverts commit 88d82b5.
  • Loading branch information
ruff committed Sep 20, 2023
1 parent 88d82b5 commit e21f0e8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.php73.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ 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: 0 additions & 5 deletions .github/workflows/build.php74.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ 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: 0 additions & 5 deletions .github/workflows/build.php80.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ 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: 0 additions & 5 deletions .github/workflows/build.php81.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ 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: 0 additions & 5 deletions .github/workflows/build.php81.release.ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ 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 e21f0e8

Please sign in to comment.