Skip to content

Commit

Permalink
fix: ci cov check path
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 29, 2024
1 parent 35ef998 commit 9cccb64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
- name: Retrieve previous coverage
uses: actions/download-artifact@v2
with:
name: coverage
path: coverage.info
name: coverage.info
continue-on-error: true

- name: Check if a previous coverage exists
Expand All @@ -69,5 +68,5 @@ jobs:
- name: Upload the new coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage.info
name: coverage.info
path: .

0 comments on commit 9cccb64

Please sign in to comment.