Skip to content

Commit

Permalink
Updated test action
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-pawelek committed Aug 27, 2024
1 parent 0e3ca9f commit bce471c
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=./simpleaitranslator --cov-report=xml --cov-report=html
poetry run pytest --cov=./llm_translate --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 = "llm-translate"
version = "0.0.3"
version = "0.0.4"
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 bce471c

Please sign in to comment.