Skip to content

Commit

Permalink
Add junit report
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Tom committed Aug 2, 2024
1 parent ffce307 commit dc0adec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ wheels/
.pytest_cache
.coverage
coverage.xml
junit/

# venv
.venv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dev-dependencies = [
fmt = "rye fmt"
lint = "rye lint --fix"
check = "pyright"
test = "rye test -- --cov sadel --cov-report term-missing --cov-report xml:coverage.xml"
test = "rye test -- --cov sadel --cov-report term-missing --cov-report xml:coverage.xml --junitxml=junit/report.xml"
all = { chain = ["fmt", "lint", "check", "test"] }


Expand Down

0 comments on commit dc0adec

Please sign in to comment.