Skip to content

Commit

Permalink
remove coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed May 21, 2024
1 parent cbf00a9 commit 8f1d956
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/3x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ jobs:
- name: Functional Tests (arbitrary group)
if: ${{ github.event.inputs.functional_tests_group != '' && github.event.inputs.functional_tests_group != 'all' }}
run: composer test:group -- ${{ github.event.inputs.functional_tests_group }}
- name: Coverage Report
run: composer coverage
- name: Save coverage as artifact
uses: actions/upload-artifact@v4
with:
name: CoverageReport
path: ${{ github.workspace }}/docs/TestCoverage.md
if-no-files-found: ignore
overwrite: true
- name: Finish sesssion
if: ${{ always() && github.event.inputs.tmate_enabled == 1 }}
run: |
Expand Down

0 comments on commit 8f1d956

Please sign in to comment.