Skip to content

Commit

Permalink
Experimental update of python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atreyasha committed Aug 29, 2022
1 parent 06aa892 commit 4361739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
poetry run flake8 --show-source --statistics .
- name: Test with pytest
run: poetry run pytest --cov-report 'xml:coverage.xml'
run: poetry run pytest --cov-report 'xml:coverage.xml' --junitxml 'pytest.xml'

- name: Pytest coverage comment
if: github.event_name == 'pull_request'
uses: MishaKav/pytest-coverage-comment@main
with:
github-token: ${{ secrets.SECRET_TOKEN }}
create-new-comment: true
pytest-xml-coverage-path: ./coverage.xml
junitxml-path: ./pytest.xml

0 comments on commit 4361739

Please sign in to comment.