Skip to content

Commit

Permalink
ci: checkout before reporting coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 8, 2024
1 parent a0ca234 commit 2189a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: lcov.info
Expand Down

0 comments on commit 2189a86

Please sign in to comment.