Skip to content

Commit

Permalink
more issues w/ coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent d35c748 commit 24a4149
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
PLATFORM: ${{ matrix.platform }}
- name: Coveralls GitHub Action
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: coverallsapp/github-action@v2.2.3
with:
file: coverage.xml
run: |
python -m pip install coveralls
coverage xml
coveralls -f coverage.xml
# uses: coverallsapp/github-action@v2.2.3
# with:
# file: coverage.xml

0 comments on commit 24a4149

Please sign in to comment.