Skip to content

Commit 1291110

Browse files
chore: fix the test cover workflow (#948)
* chore: fix the test cover workflow * try absolute paths * tag to old version * include-hidden-files * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * exclude unitest.yml in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7dd304c commit 1291110

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"README.rst",
5050
"CONTRIBUTING.rst",
5151
".github/release-trigger.yml",
52+
".github/workflows/unittest.yml",
5253
# BigQuery DataFrames manages its own Kokoro cluster for presubmit & continuous tests.
5354
".kokoro/build.sh",
5455
".kokoro/continuous/common.cfg",

0 commit comments

Comments
 (0)