File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 with :
1616 name : coverage-data-${{ env.COVERAGE_UUID }}
1717 path : .coverage*
18+ include-hidden-files : true
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ jobs:
235235 with :
236236 name : Benchmarks log
237237 path : asv_bench/benchmarks.log
238+ include-hidden-files : true
238239 if : failure()
239240
240241 execution-filter :
@@ -737,6 +738,7 @@ jobs:
737738 with :
738739 name : coverage-data
739740 pattern : coverage-data-*
741+ include-hidden-files : true
740742 delete-merged : true
741743
742744 upload-coverage :
Original file line number Diff line number Diff line change 4848 name : fuzzydata-test-workflow-${{matrix.engine}}
4949 path : /tmp/fuzzydata-test-wf-${{matrix.engine}}/* # Must match output dir in test_fuzzydata.py
5050 if-no-files-found : error
51+ include-hidden-files : true
Original file line number Diff line number Diff line change 3838 with :
3939 name : modin-wheel-and-source-tarball
4040 path : ./dist/
41+ include-hidden-files : true
4142
4243 - name : Publish Modin wheel to PyPI
4344 if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments