Skip to content

Commit

Permalink
The Code Climate action apparently needs to run in a repo (#32)
Browse files Browse the repository at this point in the history
The Code Climate action, used to upload coverage reports appears to
need to run in a git repo. Add a checkout action to check out the
repo.
  • Loading branch information
KevinBrowne committed Mar 5, 2024
1 parent 723e2b2 commit 2b765ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'

steps:
- uses: actions/checkout@v4

- name: Fetch coverage report
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 2b765ba

Please sign in to comment.