Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Fitzgerald committed Aug 21, 2024
1 parent 3282918 commit c0c5f29
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ dependencies = [
[tool.poe.tasks]
test = "pytest tests/api.py tests/app.py tests/schemas.py"
test_all = "pytest tests/*"
test_pipeline = "pytest tests/* --cov-. --cov-report xml:coverage.xml"
test_pipeline = "pytest tests/* --cov=. --cov-report xml:coverage.xml"
63 changes: 63 additions & 0 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0c5f29

Please sign in to comment.