Skip to content

Commit

Permalink
[ci] Fix coveralls build step
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 15, 2024
1 parent 8396e4f commit f038fbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ jobs:
run: ./run-qa-checks

- name: Tests
run: coverage run -a --source=netjsonconfig runtests.py
run: |
coverage run -a --source=netjsonconfig runtests.py
coverage xml
- name: Upload Coverage
uses: coverallsapp/github-action@v2
with:
parallel: true
format: cobertura
flag-name: python-${{ matrix.env.env }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f038fbb

Please sign in to comment.