Skip to content

Commit

Permalink
TEST: List dir contents and include requirements for begin, end
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Sep 4, 2024
1 parent 59455cb commit ef0eb6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ jobs:
- name: Run Tox
run: |
tox -e begin,py
dir
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.os }}-${{ matrix.python }}
path: .coverage.*
include-hidden-files: true
retention-days: 1

coverage:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ commands =
basepython = python3
deps =
coverage
setuptools
commands =
# Ensure the version.py file is created
python setup.py egg_info
Expand All @@ -39,6 +40,7 @@ commands =
basepython = python3
deps =
coverage
setuptools
commands =
coverage combine
coverage report
Expand Down

1 comment on commit ef0eb6f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.