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 fcc6d0f commit 1ebbe93
Showing 1 changed file with 1 addition and 1 deletion.
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=. --cov-report=xml --cov-report=html
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 1ebbe93

Please sign in to comment.