Skip to content

Commit

Permalink
test: update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Apr 2, 2024
1 parent 94c4f65 commit 2882e5e
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 @@ -29,10 +29,10 @@ jobs:
- name: Lint with ruff
run: poetry run ruff check --fix

- name: Test with pytest
- name: Run tests
run: |
source .venv/bin/activate
poetry run pytest tests/ --cov=chaturbate_poller --cov-report=xml
pytest tests/ --cov=chaturbate_poller --cov-report=xml
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 2882e5e

Please sign in to comment.