Skip to content

Commit

Permalink
Fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 11, 2024
1 parent 9fc4b1d commit dc2cd92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ jobs:
- name: install coveralls
run: pip install coveralls

- name: Generate coverage
run: coverage run -m unittest discover -s tests

- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true

Coveralls:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc2cd92

Please sign in to comment.