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 a0fc318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker:

.PHONY: pytest
pytest:
poetry run pytest --cov=nornir --cov-report=term-missing -vs ${ARGS}
poetry run pytest --cov=nornir --cov-report=term-missing --cov-report xml -vs ${ARGS}

.PHONY: mypy
mypy:
Expand Down

0 comments on commit a0fc318

Please sign in to comment.