Skip to content

Commit

Permalink
wip: List files after running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
prcr committed Sep 6, 2024
1 parent a629fa2 commit 02c1655
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:

- name: Test with pytest
run:
pytest --cov-report xml:coverage.${{ matrix.python-version }}.xml --cov=mkdocs_meta_descriptions_plugin tests/
pytest --cov
ls -la

- name: Upload coverage artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -65,8 +66,6 @@ jobs:
pattern: coverage-*
merge-multiple: true

- run: ls -R .

- name: Combine coverage data
run:
coverage combine
Expand Down

0 comments on commit 02c1655

Please sign in to comment.