Skip to content

Commit

Permalink
Merge branch 'main' into mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
duwenxin99 committed May 20, 2024
2 parents a877ebe + 1a2d2ef commit 20469e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/blunderbuss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
assign_issues:
- googleapis/langchain-alloydb
assign_prs:
- googleapis/langchain-alloydb
1 change: 1 addition & 0 deletions .github/header-checker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sourceFileExtensions:
- "py"
- "text"
ignoreFiles:
- ".github/blunderbuss.yml"
- ".github/release-please.yml"
- ".github/release-trigger.yml"
- ".github/header-checker-lint.yml"
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ substitutions:
_VERSION: "3.8"
```

Use `gcloud builds triggers import --source=trigger.yaml` create triggers via the command line
Use `gcloud builds triggers import --source=trigger.yaml` to create triggers via the command line

#### Project Setup

Expand All @@ -82,7 +82,7 @@ To run Cloud Build tests on GitHub from external contributors, ie RenovateBot, c
#### Code Coverage
Please make sure your code is fully tested. The Cloud Build integration tests are run with the `pytest-cov` code coverage plugin. They fail for PRs with a code coverage less than the threshold specified in `.coveragerc`. If your file is inside the main module and should be ignored by code coverage check, add it to the `omit` section of `.coveragerc`.

Check for code coverage report any Cloud Build integration test log.
Check for code coverage report in any Cloud Build integration test log.
Here is a breakdown of the report:
- `Stmts`: lines of executable code (statements).
- `Miss`: number of lines not covered by tests.
Expand Down

0 comments on commit 20469e7

Please sign in to comment.