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 5e54191 commit 58b8100Copy full SHA for 58b8100
.github/workflows/test.yml
@@ -24,3 +24,6 @@ jobs:
24
- name: Check Migrations are up-to-date
25
run: docker-compose run -T --rm app ./manage.py makemigrations --check
26
if: always()
27
+
28
+ - name: Upload coverage report to codecov
29
+ uses: codecov/codecov-action@v1
0 commit comments