Skip to content

Commit e6f91eb

Browse files
authored
chore(python): update unittest workflow template (#2008)
* fix: update unittest workflow template * undo if-no-files-found
1 parent adf1b0d commit e6f91eb

File tree

1 file changed

+1
-0
lines changed
  • synthtool/gcp/templates/python_library/.github/workflows

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/python_library/.github/workflows/unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
name: coverage-artifact-${{ '{{' }} matrix.python {{ '}}' }}
3232
path: .coverage-${{ '{{' }} matrix.python {{ '}}' }}
33+
include-hidden-files: true
3334

3435
cover:
3536
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)