Skip to content

Commit

Permalink
💚 fix pdm in Pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Mar 18, 2024
1 parent 416acf1 commit 7c1b9a0
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 @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: pdm install
- name: Run tests
run: pdm run pytest -n auto --cov=DynRender-skia --cov-report xml
run: pdm run pytest -n auto --cov=dynrender --cov-report xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7c1b9a0

Please sign in to comment.