Skip to content

Commit

Permalink
playwright coverage WIP2(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 1d5cdcf commit 017d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- run: cat nohup.txt
- run: cat nohup-error.txt
- name: Report
run: coverage report -i --no-skip-covered
run: coverage report --no-skip-covered
- name: Move coverage file
run: mv .coverage coverage/.coverage.playwright.${{ runner.os }}-py${{ inputs.python-version }}-${{ inputs.use-llms }}
- name: Check coverage file
Expand Down

0 comments on commit 017d473

Please sign in to comment.