We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9587452 commit 24a5c19Copy full SHA for 24a5c19
.github/workflows/coverage.yaml
@@ -9,8 +9,8 @@ jobs:
9
SimpleCov:
10
runs-on: ubuntu-latest
11
steps:
12
- # Only download this if the coverage/ directory isn't present
13
- - if: ${{ !exists('coverage/index.html') }}
+ # Only download this if the coverage/ directory isn't populated
+ - if: ${{ hashFiles('coverage/**') == '' }}
14
uses: actions/download-artifact@v4
15
with:
16
name: coverage-report
0 commit comments