diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9ae5302..dc323f9 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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 diff --git a/codecov.yaml b/codecov.yaml index 2c25ffe..889d73c 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -11,4 +11,4 @@ ignore: - manage.py codecov: - token: "" \ No newline at end of file + token: "7cfb8809-743c-4771-8931-ea69b67f8b97" \ No newline at end of file