Skip to content

Commit

Permalink
Merge pull request #19 from shenxianpeng/shenxianpeng-patch-1
Browse files Browse the repository at this point in the history
fix: update main.yml to get hidden coverage file
  • Loading branch information
shenxianpeng authored Oct 15, 2024
2 parents f1784b3 + 0ed23cf commit 85ad698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
with:
name: coverage-data-${{ runner.os }}
path: .coverage*
if-no-files-found: error
include-hidden-files: true

coverage:
needs: [build]
Expand Down

0 comments on commit 85ad698

Please sign in to comment.