Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-pawelek committed Aug 26, 2024
1 parent 1ebbe93 commit 2a4ad5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
poetry run pytest --cov=. --cov-report=xml --cov-report=html
poetry run pytest --cov=./simpleaitranslator --cov-report=xml --cov-report=html
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simpleaitranslator"
version = "2.3.4"
version = "2.3.5"
description = "A Python library for language detection and translation using OpenAI's GPT-4o."
authors = ["Adam Pawelek <adam.pwk@outlook.com>"]
readme = "README.md"
Expand Down

0 comments on commit 2a4ad5a

Please sign in to comment.