We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04af58 commit 33baab2Copy full SHA for 33baab2
.github/workflows/django.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run tests
24
run: |
25
poetry run coverage run -m pytest
26
- coveralls
+ poetry run coveralls
27
env:
28
OPENAI_API_KEY: "sk-fake-test-key-123"
29
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments