Skip to content

Commit

Permalink
GH Actions Codecov upload: fix "unusable report" by checking out repo
Browse files Browse the repository at this point in the history
No idea why this is necessary
  • Loading branch information
MetRonnie committed Apr 12, 2023
1 parent 146e923 commit 45f4d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Download coverage artifacts
uses: actions/download-artifact@v3

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Download coverage artifacts
uses: actions/download-artifact@v3

Expand Down

0 comments on commit 45f4d7a

Please sign in to comment.