Skip to content

Commit

Permalink
Attempt to fix issue in fetching code coverage artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBrowne committed Mar 5, 2024
1 parent 6d23c98 commit 3496e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-json
path: ${{github.workspace}}/coverage.json
run_id: ${{ github.event.workflow_run.id }}

- name: Upload coverage report to Code Climate
uses: paambaati/codeclimate-action@v5
Expand Down

0 comments on commit 3496e9f

Please sign in to comment.