Skip to content

Commit

Permalink
Debug coverage gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 26, 2023
1 parent fd4f8ee commit d5b8101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test GUI
if: matrix.test-type == 'gui-tests'
run: |
pytest tests/ --cov=ert -m "requires_window_manager" --cov-report=xml:cov.xml
pytest tests/ --cov=ert -m "requires_window_manager" --cov-report=xml:cov.xml -s -vv
- name: Test Integration
if: matrix.test-type == 'integration-tests'
Expand Down

0 comments on commit d5b8101

Please sign in to comment.