We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec300d commit 212f5eeCopy full SHA for 212f5ee
.github/workflows/main.yml
@@ -40,6 +40,8 @@ jobs:
40
run: |
41
ENV_SUFFIX=$(echo "${{ matrix.python-version }}" | tr -d '.')
42
tox -e py${ENV_SUFFIX}
43
+ pwd
44
+ ls -l
45
env:
46
# Set the COVERAGE_FILE environment variable for coverage.py
47
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
@@ -76,8 +78,6 @@ jobs:
76
78
python -m coverage combine
77
79
python -m coverage html --skip-covered --skip-empty
80
python -m coverage report --fail-under=55
- pwd
- ls -l
81
82
- name: Upload HTML report
83
uses: actions/upload-artifact@v6
0 commit comments