Skip to content

Commit

Permalink
add cov threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 26, 2024
1 parent 935b712 commit 1ea16bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
uses: devcontainers/[email protected]
with:
runCmd: |
poetry run pytest -n `nproc`
poetry run pytest -n `nproc` \
--cov=langchain_weaviate \
--cov-report term-missing \
--cov-fail-under=94.59
env:
OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY_FROM_WEAVIATE }}

0 comments on commit 1ea16bc

Please sign in to comment.