Skip to content

Commit

Permalink
ci: PLT-268: fix report filename
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Apr 1, 2024
1 parent d955895 commit fccc70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
run: |
source $VENV
cd tests/
poetry run pytest --junitxml report.xml --cov=. -vv
poetry run pytest --junitxml coverage.xml --cov=. -vv
- name: Run tests with coverage
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
run: |
source $VENV
cd tests/
poetry run pytest --junitxml report.xml --cov=. -vv
poetry run pytest --junitxml coverage.xml --cov=. -vv
- name: Upload to Codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
Expand Down

0 comments on commit fccc70c

Please sign in to comment.