Skip to content

Commit

Permalink
Reactivate coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Jul 10, 2024
1 parent faecd6c commit 9c4b1ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
run: make nbval
if: ${{ matrix.platform != 'windows-2019' }}

- name: Report coverage
uses: coverallsapp/github-action@v2
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11' }}

# release:
# name: Releasing to pypi
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c4b1ed

Please sign in to comment.