Skip to content

Commit

Permalink
Merge pull request #342 from techman83/feat/enable-coverage
Browse files Browse the repository at this point in the history
Re-enable coverage
  • Loading branch information
HebaruSan authored Sep 19, 2024
2 parents 3f76815 + a8bb673 commit 8f6392c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ permissions:
jobs:
coverage-report:
runs-on: ubuntu-latest
if: ${{ false && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/download-artifact@v4
with:
name: coverage.xml
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Cover
uses: techman83/coverage@feat/workflow_run
uses: techman83/coverage@demo/workflow_run
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f6392c

Please sign in to comment.