Skip to content

Commit

Permalink
Fix CI for website, add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed Jun 9, 2024
1 parent 397bc0a commit ceae536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: djangocon_africa
POSTGRES_HOST: localhost
- name: Run Tests
run: |
py.test --cov
pytest --cov
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: djangocon_africa
POSTGRES_HOST: localhost
2 changes: 1 addition & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ignore:
- manage.py

codecov:
token: ""
token: "7cfb8809-743c-4771-8931-ea69b67f8b97"

0 comments on commit ceae536

Please sign in to comment.