Skip to content

Commit

Permalink
added list dir to check if .coverage is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
brandomr committed Aug 9, 2023
1 parent 45e28f8 commit 8389e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
poetry run pytest tests --cov=./
- name: List directory for debugging
run: ls -la

- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8389e40

Please sign in to comment.