Skip to content

Commit

Permalink
Update test coverage command in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent 4fdc794 commit 1b874f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dev-logs:

test:
docker-compose -f docker-compose.ci.yml up -d --build
docker-compose exec -T backend poetry run pytest --cov-report=xml
docker-compose exec -T backend poetry run pytest --cov=app --cov-report=xml

0 comments on commit 1b874f2

Please sign in to comment.