We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033556 commit 0b2a898Copy full SHA for 0b2a898
.github/workflows/python-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install -r requirements.txt
22
- name: Test with pytest
23
run: |
24
- python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html tests/test_awss3.py tests/test_base.py tests/test_file.py
+ python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html
25
- name: Upload pytest and coverage results
26
uses: actions/upload-artifact@v4
27
if: always()
0 commit comments