Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Mar 5, 2024
1 parent 92e7e02 commit 5281423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ set windows-powershell := true

inv := "inv -r scripts -c invoke_tasks"

@cov:
@cov output='coverage.xml':
{{ inv }} cov \
--env-list $(tox list --no-desc | grep -e '^py' | grep -v '^pypy' | sort -r | tr '\n' ',') \
--output coverage.xml \
--output {{ output }} \
--parallel

@deps-compile:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ type = [
[tool.coverage.run]
branch = true
relative_files = true
source = ["src/*"]
include = ["src/**"]

0 comments on commit 5281423

Please sign in to comment.