Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
exclude unitest.yml in owlbot.py
  • Loading branch information
chelsea-lin committed Sep 4, 2024
commit d3db096b65bfac6d08c3d2c611061ee29c19848e
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
name: coverage-artifact-${{ matrix.python }}
path: .coverage-${{ matrix.python }}
include-hidden-files: true

cover:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"README.rst",
"CONTRIBUTING.rst",
".github/release-trigger.yml",
".github/workflows/unittest.yml",
# BigQuery DataFrames manages its own Kokoro cluster for presubmit & continuous tests.
".kokoro/build.sh",
".kokoro/continuous/common.cfg",
Expand Down