rename a workflow step

This commit is contained in:
Sina Atalay
2023-10-09 21:35:29 +02:00
parent 58d98e0dba
commit 3138976e55

View File

@@ -38,7 +38,7 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/
- name: upload coverage data
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
name: htmlcov