Skip to content

Commit

Permalink
test: another attempt at fixing the pytest path in ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Apr 2, 2024
1 parent 8d86d5f commit ec55a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: poetry run ruff check --fix

- name: Test with pytest
run: pytest tests/ --cov=chaturbate_poller --cov-report=xml
run: poetry run pytest tests/ --cov=chaturbate_poller --cov-report=xml

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml # coverage report
files: ./coverage.xml

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit ec55a22

Please sign in to comment.