Add github token to coverage step

This commit is contained in:
2021-01-24 23:38:55 +00:00
parent ba6b3479b0
commit d3017f3b87

View File

@@ -45,7 +45,7 @@ jobs:
run: | run: |
coverage run manage.py test --verbosity=2 coverage run manage.py test --verbosity=2
release: upload-coverage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
with: with: