diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index ccc5e12..b97ed73 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -28,6 +28,8 @@ jobs: coverage report coverage xml - name: Send coverage to Codacy + env: + CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }} run: | pip install codacy-coverage==1.3.11 python-codacy-coverage -r ./coverage.xml diff --git a/README.md b/README.md index 0273830..c673473 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,17 @@ ## Requirements Tested with: -* Python: 3.7, 3.8 -* Django: 2.2 -* Django REST framework: 3.10 + +* Python: 3.7, 3.8 +* Django: 2.2 +* Django REST framework: 3.10 ## Installation -1. [Sign up for reCAPTCHA](https://www.google.com/recaptcha/) -2. Install with `pip install drf-recaptcha` -3. Add `"drf_recaptcha"` to your `INSTALLED_APPS` settings. -4. Set in settings `DRF_RECAPTCHA_SECRET_KEY` +1. [Sign up for reCAPTCHA](https://www.google.com/recaptcha/) +2. Install with `pip install drf-recaptcha` +3. Add `"drf_recaptcha"` to your `INSTALLED_APPS` settings. +4. Set in settings `DRF_RECAPTCHA_SECRET_KEY` ```python INSTALLED_APPS = [