Skip to content

Commit

Permalink
add missing piece for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Apr 3, 2022
1 parent 23c845f commit 17c93c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
run: |
cd example
./test_all.sh
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: Unit Test

coveralls_finish:
needs: [test]
Expand Down

0 comments on commit 17c93c7

Please sign in to comment.