Skip to content

Commit

Permalink
Release 1.0.0 chore: ci, coverage, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed May 26, 2023
1 parent a10d502 commit 7d59401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
if: ${{ steps.regex-match.outputs.match != '' }}
run: |
poetry run pytest --cov-report=html --cov=embedbase_internet_search;poetry run coverage-badge -o assets/images/coverage.svg -f
env:
BING_SUBSCRIPTION_KEY: ${{ secrets.BING_SUBSCRIPTION_KEY }}

- name: Build package
run: |
poetry build
Expand Down

0 comments on commit 7d59401

Please sign in to comment.