Skip to content

Commit

Permalink
fix: codecov report for main
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Nov 13, 2023
1 parent a01f3cb commit 74f3269
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
runs-on: ubuntu-20.04

steps:
# The source files must be present for codecov to be upload the file list
# properly, otherwise no coverage is reported and the "unusable report"
# error is shown. Took ages to work this out.
- name: Checkout
uses: actions/checkout@v3

# Download the build artifacts.
- name: Download Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 74f3269

Please sign in to comment.