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 c019da9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,17 @@ jobs:
if: ${{ matrix.platform != 'windows-2019' }}

- name: Run pytest
run: poetry run pytest --cov=nornir --cov-report=term-missing
run: poetry run pytest --cov=nornir --cov-report=term-missing --cov-report xml
if: ${{ matrix.platform == 'windows-2019' }}

- name: Run nbval
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 c019da9

Please sign in to comment.