Skip to content

Commit

Permalink
ci: fix command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Nov 8, 2023
1 parent b9a999c commit 1ca2e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run Pytest
run: |
cd tests/
poetry run pytest -v --capture=sys --cov --cov-report=xml /
poetry run pytest -v --capture=sys --cov --cov-report=xml \
--html=report-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}.html --self-contained-html
- name: Upload coverage report
Expand Down

0 comments on commit 1ca2e9c

Please sign in to comment.