Skip to content

Commit

Permalink
Remove coverage report from pytest core
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 18, 2024
1 parent ff36af4 commit aaf62dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
python: ${{ env.python }}

- name: Test core
if: ${{ ! contains(github.event.head_commit.message, '[skip-tests]') }}
run: pytest -v --cov=core --cov-report=xml core/
run: pytest --verbose --verbose core/

- uses: tlambert03/setup-qt-libs@v1

Expand Down

0 comments on commit aaf62dd

Please sign in to comment.