Skip to content

Commit

Permalink
configure coveralls for parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Apr 11, 2024
1 parent 5284c59 commit 486245e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
parallel: true
- name: Run Flake8
run:
flake8 --max-line-length=120 django_dbconn_retry setup.py
finish:
needs: build
if: $
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@master
with:
parallel-finished: true

0 comments on commit 486245e

Please sign in to comment.