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 cf6654e commit 3282918
Showing 1 changed file with 1 addition 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-report xml:coverage.xml"
test_pipeline = "pytest tests/* --cov-. --cov-report xml:coverage.xml"

0 comments on commit 3282918

Please sign in to comment.