Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Dec 30, 2023
1 parent d99cf79 commit 9732025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
pdm install -d
pdm run pip install pdm-backend
- name: Run tests and coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test = [
"coverage",
]
[tool.pdm.scripts]
cov ={ composite = ["pytest --cov=pyfuture --xdoc ./tests ./pyfuture ", "coverage xml"]}
cov ={ composite = ["pytest ./tests ./pyfuture --cov=pyfuture --xdoc", "coverage xml"]}

[tool.pdm.version]
source = "scm"
Expand Down

0 comments on commit 9732025

Please sign in to comment.