Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Dec 4, 2024
1 parent ee20cc7 commit 997be18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- name: Run tests
run: |
poetry run tox
env:
OPENAI_API_KEY: "sk-fake-test-key-123"
- name: Coveralls Parallel
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ passenv =
commands_pre =
poetry install --with dev
commands =
poetry run pytest -n auto --cov vintasend_django {posargs}
poetry run pytest -n auto --cov vintasend_celery {posargs}

0 comments on commit 997be18

Please sign in to comment.