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 e6eef40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,19 @@ 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' }}
with:
file: coverage.xml

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

0 comments on commit e6eef40

Please sign in to comment.