template/actions/.github/workflows/test-coverage.yaml in bake-modernize-0.30.0 vs template/actions/.github/workflows/test-coverage.yaml in bake-modernize-0.31.0
- old
+ new
@@ -34,9 +34,11 @@
timeout-minutes: 5
run: bundle exec bake test
- uses: actions/upload-artifact@v4
with:
+ include-hidden-files: true
+ if-no-files-found: error
name: coverage-${{matrix.os}}-${{matrix.ruby}}
path: .covered.db
validate:
needs: test