We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd304c commit 1291110Copy full SHA for 1291110
.github/workflows/unittest.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
name: coverage-artifact-${{ matrix.python }}
32
path: .coverage-${{ matrix.python }}
33
+ include-hidden-files: true
34
35
cover:
36
runs-on: ubuntu-latest
owlbot.py
@@ -49,6 +49,7 @@
49
"README.rst",
50
"CONTRIBUTING.rst",
51
".github/release-trigger.yml",
52
+ ".github/workflows/unittest.yml",
53
# BigQuery DataFrames manages its own Kokoro cluster for presubmit & continuous tests.
54
".kokoro/build.sh",
55
".kokoro/continuous/common.cfg",
0 commit comments