Skip to content

Commit

Permalink
[ci] Fix coveralls build step
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 3, 2024
1 parent 18cc524 commit 998c81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -86,11 +86,13 @@ jobs:
SAMPLE_APP=1 coverage run --source=openwisp_monitoring runtests.py
coverage run -a --source=openwisp_monitoring runtests.py
TIMESERIES_UDP=1 coverage run -a --source=openwisp_monitoring runtests.py
coverage xml
- name: Upload Coverage
uses: coverallsapp/github-action@v2
with:
parallel: true
format: cobertura
flag-name: python-${{ matrix.python-version }}-${{ matrix.django-version }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 998c81b

Please sign in to comment.