Skip to content

Commit 58b8100

Browse files
committed
upload coverage to codecov with codecov-action
1 parent 5e54191 commit 58b8100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
- name: Check Migrations are up-to-date
2525
run: docker-compose run -T --rm app ./manage.py makemigrations --check
2626
if: always()
27+
28+
- name: Upload coverage report to codecov
29+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)