Skip to content

Commit

Permalink
chore: Re-enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Sep 20, 2024
1 parent 3f76815 commit cbd4ae8
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 cbd4ae8

Please sign in to comment.